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



deactivated_plugin › WordPress Action Hooks

Since2.9.0
Deprecatedn/a
do_action( 'deactivated_plugin', $plugin, $network_deactivating )
Parameters: (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
Defined at:
Codex:

Fires after a plugin is deactivated.

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





Source

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