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



block_editor_settings_all › WordPress Filter Hooks

Da5.8.0
Deprecaton/a
apply_filters( 'block_editor_settings_all', $editor_settings, $block_editor_context )
Parametri: (2)
  • (array) $editor_settings Default editor settings.
    Richiesto:
  • (WP_Block_Editor_Context) $block_editor_context The current block editor context.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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