wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



block_editor_settings_all › WordPress Filter Hooks

Seit5.8.0
Veraltetn/v
apply_filters( 'block_editor_settings_all', $editor_settings, $block_editor_context )
Parameter: (2)
  • (array) $editor_settings Default editor settings.
    Erforderlich: Ja
  • (WP_Block_Editor_Context) $block_editor_context The current block editor context.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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