should_load_separate_core_block_assets

should_load_separate_core_block_assets

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('should_load_separate_core_block_assets') is found 1 times:

  • /wp-includes/script-loader.php line 2605
    2601
    2602
    2603
    2604
    2605
    2606
    2607
    2608
    2609
    2610
    2611
         *
         * @param bool $load_separate_assets Whether separate assets will be loaded.
         *                                   Default false (all block assets are loaded, even when not used).
         */
        return apply_filters( 'should_load_separate_core_block_assets', false );
    }
     
    /**
     * Enqueues registered block scripts and styles, depending on current rendered
     * context (only enqueuing editor scripts while in context of the editor).
     *

See this hook used in plugins: