wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



activated_plugin › WordPress Action Hooks

Da2.9.0
Deprecaton/a
do_action( 'activated_plugin', $plugin, $network_wide )
Parametri: (2)
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Richiesto:
  • (bool) $network_wide Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default false.
    Richiesto:
Definito a:
Codex:

Fires after a plugin has been activated.

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





Sorgenti

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