wp_should_load_block_assets_on_demand
wp_should_load_block_assets_on_demand ( No parameters )
See:Returns:- (bool) Whether to load block assets only when they are rendered.
Defined at: - Introduced in WordPress: 6.8.0
- Deprecated in WordPress: —
Description
Checks whether block styles should be loaded only on-render.When this function returns true, other functions ensure that blocks only load their assets on-render.
When this function returns false, all block assets are loaded regardless of whether they are rendered in a page.
The default return value depends on the result of {@see}, which controls
whether Core block stylesheets should be loaded separately or via a combined 'wp-block-library' stylesheet.
This only affects front end and not the block editor screens.