This plugin automatically activate all Plugins from WP_PLUGIN_DIR.
As of April 2026, CC-Auto-Activate-Plugins is a WordPress activate plugin with 0 active installations and a 5/5 rating from 1 reviews. It has been downloaded 1.5K+ times in total. Requires WordPress 4.9.1+ and PHP 7.2+. Available on WordPress.org since 2018. Last updated 7 years ago — may have compatibility concerns. Top alternative: Meks Quick Plugin Disabler.
This plugin automatically activate all Plugins from WP_PLUGIN_DIR.
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;
} );
| WordPress | 4.9.1+ requiredTested up to 5.1.22 |
| PHP | 7.2+ required |
Release date: 25.02.2019
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.