Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/block-editor.php | apply_filters | 544 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $editor_settings | Default editor settings. |
WP_Block_Editor_Context | $block_editor_context | The current block editor context. |