On this page
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
File: wp-admin/includes/plugin.php. View all references
do_action( 'activated_plugin', $plugin, $network_wide );
Related
Used By
| Used By | Description |
|---|---|
| activate_plugin() wp-admin/includes/plugin.php | Attempts activation of plugin in a “sandbox” and redirects on success. |
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/activated_plugin