plugin-icon

CC-Auto-Activate-Plugins

Clearcode yazdı·
This plugin automatically activate all Plugins from WP_PLUGIN_DIR.
Oylama
5/5
Sürüm
1.1.3
Son güncellenme
Feb 25, 2019
CC-Auto-Activate-Plugins

This plugin automatically activate all Plugins from WP_PLUGIN_DIR.

Tips & Tricks

  1. You can use plugin as Must Use Plugin (you can also use CC-MU-Plugins-Loader to load it).
  2. You can exclude plugins from auto activate by using Clearcode\Auto_Activate_Plugins filter.

    add_filter( ‘Clearcode\Auto_Activate_Plugins’, function( $plugins ) { foreach ( [ ‘example/plugin.php’ ] as $plugin ) if ( isset( $plugins[ $plugin ] ) ) unset( $plugins[ $plugin ] ); return $plugins; } );

ÜcretsizBusiness paketinde
Kurulum işlemini tamamlayarak, WordPress.com'un Hizmet Şartları ile Üçüncü Taraf Eklenti Şartlarını kabul etmiş olursunuz.
Test edilen son sürüm
WordPress 5.1.21
Bu eklenti, sitenizde kullanılmak üzere indirilebilir.