activated_plugin

动作钩子
do_action( 'activated_plugin', $plugin, $network_wide )
参数
  • (string) $plugin Path to the plugin file relative to the plugins directory.
    Required:
  • (bool) $network_wide Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default false.
    Required:
定义位置
相关勾子
deactivated_pluginactivate_plugindeactivate_pluginactivate_blogdeactivate_blog
相关方法
activate_pluginactivate_pluginsdeactivate_pluginsactivate_sitewide_plugindeactivate_sitewide_plugindeactivated_plugins_notice
引入
2.9.0
弃用
-

activated_plugin是一个动作钩子,当一个插件从WordPress的插件管理界面被激活时被触发。

在一个插件被激活后启动。

如果一个插件被默默地激活(例如在更新期间),这个钩子就不会启动。

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

常见问题

FAQs
查看更多 >