deactivated_plugin

Advertisement

Summery Summery

Fires after a plugin is deactivated.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$plugin

Path to the plugin file relative to the 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 Source

File: wp-admin/includes/plugin.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.

Advertisement

Leave a Reply