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



deactivate_plugin › WordPress动作钩子

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

Fires before a plugin is deactivated.

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





源码

do_action( 'deactivate_plugin', $plugin, $network_deactivating );