do_action( "deactivate_{$plugin}", bool $network_deactivating )

Fires as a specific plugin is being deactivated.


Description Description

This hook is the "deactivation" hook used internally by register_deactivation_hook(). The dynamic portion of the hook name, $plugin, refers to the plugin basename.

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


Parameters Parameters

$network_deactivating

(bool) Whether the plugin is deactivated for all sites in the network or just the current site. Multisite only. Default is false.


Top ↑

Source Source

File: wp-admin/includes/plugin.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.