wpseek.com
A WordPress-centric search engine for devs and theme authors



activate_{$plugin} › WordPress Action Hooks

Since2.0.0
Deprecatedn/a
do_action( "activate_{$plugin}", $network_wide )
Parameters:
  • () network_wide Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default false.
    Required: Yes
Defined at:
Codex:

Fires as a specific plugin is being activated.

This hook is the "activation" hook used internally by register_activation_hook(). The dynamic portion of the hook name, `$plugin`, refers to the plugin basename. If a plugin is silently activated (such as during an update), this hook does not fire.




Source

do_action( "activate_{$plugin}", $network_wide );