mu_plugin_loaded WordPress Action Hook
The mu_plugin_loaded hook is a hook that is called when a must-use plugin is loaded. This hook is called once for each plugin that is loaded.
do_action( 'mu_plugin_loaded', string $mu_plugin ) #
Fires once a single must-use plugin has loaded.
Contents
Parameters
- $mu_plugin
(string)Full path to the plugin's main file.
Source
File: wp-settings.php
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |