wpseek.com
A WordPress-centric search engine for devs and theme authors



block_editor_settings_all › WordPress Filter Hooks

Since5.8.0
Deprecatedn/a
apply_filters( 'block_editor_settings_all', $editor_settings, $block_editor_context )
Parameters: (2)
  • (array) $editor_settings Default editor settings.
    Required: Yes
  • (WP_Block_Editor_Context) $block_editor_context The current block editor context.
    Required: Yes
Defined at:
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 );