wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



block_editor_settings_all › Hooks de Filtros WordPress

Desde5.8.0
Obsoleton/a
apply_filters( 'block_editor_settings_all', $editor_settings, $block_editor_context )
Parâmetros: (2)
  • (array) $editor_settings Default editor settings.
    Required: Yes
  • (WP_Block_Editor_Context) $block_editor_context The current block editor context.
    Required: Yes
Definido em:
Codex:

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





Fonte

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