Filters the flag that decides whether or not block editor scripts and styles are going to be enqueued on the current screen.
$is_block_editor_screenboolwp-includes/script-loader.php:2683wp_should_load_block_editor_scripts_and_styles() * are going to be enqueued on the current screen. * * @since 5.6.0 * * @param bool $is_block_editor_screen Current value of the flag. */ return apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen );} /** * Checks whether separate styles should be loaded for core blocks. * * When this function returns true, other functions ensure that core blocks use their own separate stylesheets.Introduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.