do_action( 'mu_plugin_loaded', string $mu_plugin )

Fires once a single must-use plugin has loaded.


Parameters

$mu_plugin string
Full path to the plugin's main file.

Top ↑

Source

File: wp-settings.php. View all references

do_action( 'mu_plugin_loaded', $mu_plugin );

Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.

Top ↑

User Contributed Notes

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