WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about mu_plugin_loaded

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-settings.php do_action 382 /**
* Fires once a single must-use plugin has loaded.
*
* @since 5.1.0
*
* @param string $mu_plugin Full path to the plugin's main file.
*/

Hook Parameters

Parameter Type Name Description
string $mu_plugin Full path to the plugin's main file.