mu_plugin_loaded

mu_plugin_loaded

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('mu_plugin_loaded') is found 1 times:

  • /wp-settings.php line 452
    	 * @since 5.1.0
    	 *
    	 * @param string $mu_plugin Full path to the plugin's main file.
    	 */
    	do_action( 'mu_plugin_loaded', $mu_plugin );
    }
    unset( $mu_plugin, $_wp_plugin_file );
    
    // Load network activated plugins.
    if ( is_multisite() ) {
    	foreach ( wp_get_active_network_plugins() as $network_plugin ) {
    

See this hook used in plugins: