do_action( ‘activated_plugin’, string $plugin, bool $network_wide )

Fires after a plugin has been activated.

Description

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

Parameters

$pluginstring
Path to the plugin file relative to the plugins directory.
$network_widebool
Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default false.

Source

do_action( 'activated_plugin', $plugin, $network_wide );

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

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