wpseek.com
A WordPress-centric search engine for devs and theme authors



should_load_block_editor_scripts_and_styles › WordPress Filter Hooks

Since5.6.0
Deprecatedn/a
apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen )
Parameters:
  • (bool) $is_block_editor_screen Current value of the flag.
    Required: Yes
Defined at:
Codex:

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





Source

return apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen );