wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



activate_plugin › Działania WordPress Hooks

Od2.9.0
Przestarzałyn/a
do_action( 'activate_plugin', $plugin, $network_wide )
Parametry: (2)
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Wymagane: Tak
  • (bool) $network_wide Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default false.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires before a plugin is activated.

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





Źródło

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