do_action( 'muplugins_loaded' )
Fires once all must-use and network-activated plugins have loaded.
More Information 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 Source
File: wp-settings.php
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |