do_action( 'deactivated_plugin', string $plugin, bool $network_deactivating )

Fires after a plugin is deactivated.


Description Description

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


Parameters Parameters

$plugin

(string) Path to the plugin file relative to the plugins directory.

$network_deactivating

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


Top ↑

Source Source

File: wp-admin/includes/plugin.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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