Fires once a single network-activated plugin has loaded.
Parameters
$network_plugin
string- Full path to the plugin’s main file.
Source
do_action( 'network_plugin_loaded', $network_plugin );
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |
Fires once a single network-activated plugin has loaded.
$network_plugin
stringdo_action( 'network_plugin_loaded', $network_plugin );
Version | Description |
---|---|
5.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.