Filter hook 'should_load_block_editor_scripts_and_styles'

in WP Core File wp-includes/script-loader.php at line 2563

Description

Filters the flag that decides whether or not block editor scripts and styles are going to be enqueued on the current screen.

Occurrences

Filename Line Number
wp-includes/script-loader.php 2563

Parameters

Type Name Description
bool $is_block_editor_screen Current value of the flag.

PHP Doc

/**
	 * Filters the flag that decides whether or not 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.
	 */