wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



should_load_block_editor_scripts_and_styles › WordPress Filter Hooks

Da5.6.0
Deprecaton/a
apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen )
Parametri:
  • (bool) $is_block_editor_screen Current value of the flag.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

return apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen );