do_action( 'muplugins_loaded' )
Fires once all must-use and network-activated plugins have loaded.
More Information
This hook is called after all must-use and network activated plugins have been loaded. It is called before other plugins are loaded.
The muplugins_loaded action hook fires early and precedes the plugins_loaded action hook.
Source
File: wp-settings.php
.
View all references
do_action( 'muplugins_loaded' );
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |