WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about block_editor_settings

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/block-editor.php apply_filters_deprecated 558 /**
* Filters the settings to pass to the block editor.
*
* @since 5.0.0
* @deprecated 5.8.0 Use the {@see 'block_editor_settings_all'} filter instead.
*
* @param array $editor_settings Default editor settings.
* @param WP_Post $post Post being edited.
*/

Hook Parameters

Parameter Type Name Description
array $editor_settings Default editor settings.
WP_Block_Editor_Context $block_editor_context The current block editor context.