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.


Parameters

$network_plugin

(string)Full path to the plugin's main file.


Top ↑

Source

File: wp-settings.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
5.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.