Fires once a single must-use plugin has loaded.
Parameters
$mu_plugin
string- Full path to the plugin’s main file.
Source
do_action( 'mu_plugin_loaded', $mu_plugin );
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |
Fires once a single must-use plugin has loaded.
$mu_plugin
stringdo_action( 'mu_plugin_loaded', $mu_plugin );
Version | Description |
---|---|
5.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.