Fires once a single network-activated plugin has loaded.
Parameters
$network_pluginstring- 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_pluginstringdo_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.