network_plugin_loaded

network_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('network_plugin_loaded') is found 1 times:

  • /wp-settings.php line 481
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
             * @since 5.1.0
             *
             * @param string $network_plugin Full path to the plugin's main file.
             */
            do_action( 'network_plugin_loaded', $network_plugin );
        }
        unset( $network_plugin, $_wp_plugin_file );
    }
     
    /**
     * Fires once all must-use and network-activated plugins have loaded.

See this hook used in plugins: