plugins_loaded

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

  • /wp-settings.php line 550
     * Pluggable functions are also available at this point in the loading order.
     *
     * @since 1.5.0
     */
    do_action( 'plugins_loaded' );
    
    // Define constants which affect functionality if not already defined.
    wp_functionality_constants();
    
    // Add magic quotes and set up $_REQUEST ( $_GET + $_POST ).
    wp_magic_quotes();
    

See this hook used in plugins: