activated_plugin – action

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

Parameters

.
( 2.9.0 ) . .
$plugin
( string ) Path to the plugin file relative to the plugins directory. . . .
( bool ) $network_wide Whether to enable the plugin for all sites in the network or just the current site. Multisite only. Default false. . . .
API Letters: ,

Implementers