plugin-icon

CC-Auto-Activate-Plugins

This plugin automatically activate all Plugins from WP_PLUGIN_DIR.
Ratings
5
Last updated
February 25, 2019
Version
1.1.3
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; } );

Freeon Creator plan
Tested up to
5.1.19
This plugin is available for download to be used on your WordPress self-hosted installation.