BACK TO DIRECTORY


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;
} );
Screenshots

CC-Auto-Activate-Plugins - Visit the 'Plugins' to activate the plugin.
Plugin Details
Active Installs
0Total Downloads
1,727Version
1.1.3Requires WP
4.9.1Requires PHP
7.2Tested Up To
5.1.24Added
2018-01-03Last Updated
2019-02-25 12:39pm GMTRatings
5
1
4
0
3
0
2
0
1
0