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
- $plugin
-
Path to the main plugin file from plugins directory.
- $network_wide
-
Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default is false.
Source
Changelog
Version | Description |
---|---|
WP-2.9.0 | Introduced. |