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



block_editor_settings_all › Les Filtres WordPress

Depuis5.8.0
Dépréciéen/a
apply_filters( 'block_editor_settings_all', $editor_settings, $block_editor_context )
Paramètres: (2)
  • (array) $editor_settings Default editor settings.
    Requis: Oui
  • (WP_Block_Editor_Context) $block_editor_context The current block editor context.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the settings to pass to the block editor for all editor type.





Source

$editor_settings = apply_filters( 'block_editor_settings_all', $editor_settings, $block_editor_context );