network_plugin_loaded WordPress Action Hook
The network_plugin_loaded hook is called when a plugin is loaded for the first time on a multisite network. It is used to load plugin specific code on multisite networks.
do_action( 'network_plugin_loaded', string $network_plugin ) #
Fires once a single network-activated plugin has loaded.
Contents
Parameters
- $network_plugin
(string)Full path to the plugin's main file.
Source
File: wp-settings.php
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |