wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



activate_plugin › WordPress Action Hooks

Seit2.9.0
Veraltetn/v
do_action( 'activate_plugin', $plugin, $network_wide )
Parameter: (2)
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Erforderlich: Ja
  • (bool) $network_wide Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default false.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before a plugin is activated.

If a plugin is silently activated (such as during an update), this hook does not fire.





Quellcode

do_action( 'activate_plugin', $plugin, $network_wide );