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 all references

do_action( 'network_plugin_loaded', $network_plugin );

Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.

Top ↑

User Contributed Notes

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