Description
Filters the settings to pass to the block editor for all editor type.
Occurrences
Filename | Line Number |
---|---|
wp-includes/block-editor.php | 659 |
Parameters
Type | Name | Description |
---|---|---|
array | $editor_settings | Default editor settings. |
WP_Block_Editor_Context | $block_editor_context | The current block editor context. |
PHP Doc
/**
* Filters the settings to pass to the block editor for all editor type.
*
* @since 5.8.0
*
* @param array $editor_settings Default editor settings.
* @param WP_Block_Editor_Context $block_editor_context The current block editor context.
*/