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.7.2

do_action('mu_plugin_loaded') is found 1 times:

  • /wp-settings.php line 461
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
         * @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: