plugin-icon

CC-Auto-Activate-Plugins

Von Clearcode·
This plugin automatically activate all Plugins from WP_PLUGIN_DIR.
Bewertung
5/5
Version
1.1.3
Zuletzt aktualisiert
Feb 25, 2019
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; } );

Kostenlosmit dem Business-Tarif
Mit deiner Installation stimmst du den Geschäftsbedingungen von WordPress.com sowie den Bedingungen für Drittanbieter-Plugins zu.
Getestet bis
WordPress 5.1.21
Dieses Plugin steht für deine -Website zum Download zur Verfügung.