Action hook 'mu_plugin_loaded'

in WP Core File wp-settings.php at line 457

Description

Fires once a single must-use plugin has loaded.

Occurrences

Filename Line Number
wp-settings.php 457

Parameters

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

PHP Doc

/**
	 * 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.
	 */