wpseek.com
WordPress开发者和主题制作者的搜索引擎



activated_plugin › WordPress动作钩子

Since2.9.0
已弃用n/a
do_action( 'activated_plugin', $plugin, $network_wide )
参数: (2)
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Required: Yes
  • (bool) $network_wide Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default false.
    Required: Yes
定义在:
文档:

Fires after a plugin has been activated.

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





源码

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