wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



activate_plugin › Les Actions WordPress

Depuis2.9.0
Dépréciéen/a
do_action( 'activate_plugin', $plugin, $network_wide )
Paramètres: (2)
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Requis: Oui
  • (bool) $network_wide Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default false.
    Requis: Oui
Défini(e) dans:
Codex:

Fires before a plugin is activated.

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





Source

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