apply_filters( 'should_load_block_editor_scripts_and_styles', bool $is_block_editor_screen )

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

Parameters

$is_block_editor_screen

(bool) Current value of the flag.

Source

File: wp-includes/script-loader.php

View on Trac

Changelog

Version Description
5.6.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/should_load_block_editor_scripts_and_styles