plugin_loaded

plugin_loaded

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('plugin_loaded') is found 1 times:

  • /wp-settings.php line 483
    	 * @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: