CC-Auto-Activate-Plugins
·
This plugin automatically activate all Plugins from WP_PLUGIN_DIR.
דירוג
5/5
גרסה
1.1.3
עודכן לאחרונה
Feb 25, 2019
This plugin automatically activate all Plugins from WP_PLUGIN_DIR.
Tips & Tricks
- You can use plugin as Must Use Plugin (you can also use CC-MU-Plugins-Loader to load it).
-
You can exclude plugins from auto activate by using
Clearcode\Auto_Activate_Pluginsfilter.add_filter( 'Clearcode\Auto_Activate_Plugins', function( $plugins ) { foreach ( [ 'example/plugin.php' ] as $plugin ) if ( isset( $plugins[ $plugin ] ) ) unset( $plugins[ $plugin ] ); return $plugins; } );
תוסף זה זמין להורדה ולשימוש דרך שברשותך.
