should_load_block_assets_on_demand

should_load_block_assets_on_demand

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8.2

apply_filters('should_load_block_assets_on_demand') is found 1 times:

  • /wp-includes/script-loader.php line 2674
    	 * @since 6.8.0
    	 *
    	 * @param bool $load_assets_on_demand Whether to load block assets only when they are rendered.
    	 */
    	return apply_filters( 'should_load_block_assets_on_demand', $load_assets_on_demand );
    }
    
    /**
     * Enqueues registered block scripts and styles, depending on current rendered
     * context (only enqueuing editor scripts while in context of the editor).
     *