wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



should_load_block_editor_scripts_and_styles › Les Filtres WordPress

Depuis5.6.0
Dépréciéen/a
apply_filters( 'should_load_block_editor_scripts_and_styles', $is_block_editor_screen )
Paramètres:
  • (bool) $is_block_editor_screen Current value of the flag.
    Requis: Oui
Défini(e) dans:
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 );