This plugin is outdated and might not be supported anymore
CC-Auto-Activate-Plugins

CC-Auto-Activate-Plugins

Details
View on WordPress

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

Details

Plugin code:
cc-auto-activate-plugins
Plugin version:
1.1.3
Author:
Outdated:
Yes
WP version:
4.9.1 or higher
PHP version:
7.2 or higher
Test up to WP version:
5.1.19
Total installations:
0
Last updated:
2019-02-25
Rating:
Times rated:
1
activate
activated
auto-activate
mu-plugins
muplugin