do_action( ‘muplugins_loaded’ )

In this article

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

do_action( 'muplugins_loaded' );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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