muplugins_loaded WordPress Action Hook

The muplugins_loaded hook is fired once all must-use plugins have been loaded. This hook is useful for plugin developers who need to take action once all other plugins have been loaded.

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.


Top ↑

Source

File: wp-settings.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
2.8.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by the Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.