wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



should_load_block_editor_scripts_and_styles › Filtr WordPress Hooks

Od5.6.0
Przestarzałyn/a
apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen )
Parametry:
  • (bool) $is_block_editor_screen Current value of the flag.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

return apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen );