do_action( 'deactivated_plugin', string $plugin , bool $network_deactivating )
Fires after a plugin is deactivated.
Description
If a plugin is silently deactivated (such as during an update), this hook does not fire.
Parameters
- $plugin
-
Path to the main plugin file from plugins directory.
- $network_deactivating
-
Whether the plugin is deactivated for all sites in the network. or just the current site. Multisite only. Default false.
Source
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |