Action hook 'network_plugin_loaded'

in WP Core File wp-settings.php at line 477

Description

Fires once a single network-activated plugin has loaded.

Occurrences

Filename Line Number
wp-settings.php 477

Parameters

Type Name Description
string $network_plugin Full path to the plugin's main file.

PHP Doc

/**
		 * Fires once a single network-activated plugin has loaded.
		 *
		 * @since 5.1.0
		 *
		 * @param string $network_plugin Full path to the plugin's main file.
		 */