plugin_loaded

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

  • /wp-settings.php line 536
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
         * @since 5.1.0
         *
         * @param string $plugin Full path to the plugin's main file.
         */
        do_action( 'plugin_loaded', $plugin );
    }
    unset( $plugin, $_wp_plugin_file );
     
    // Load pluggable functions.
    require ABSPATH . WPINC . '/pluggable.php';
    require ABSPATH . WPINC . '/pluggable-deprecated.php';

See this hook used in plugins: