apply_filters( ‘should_load_block_editor_scripts_and_styles’, bool $is_block_editor_screen )

In this article

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_screenbool
Current value of the flag.

Source

return apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen );

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.