do_action( ‘network_plugin_loaded’, string $network_plugin )

In this article

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

VersionDescription
5.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.