block_editor_settings_all
block_editor_settings_all
Appears in: gutenberg.10.6.0, gutenberg.10.6.1, gutenberg.10.6.2, gutenberg.10.7.1, gutenberg.10.7.2, gutenberg.10.7.4, gutenberg.10.8.0, gutenberg.10.8.1, gutenberg.10.8.2, gutenberg.10.9.0, gutenberg.10.9.1, gutenberg.11.0.0, gutenberg.11.1.0, gutenberg.11.2.0, gutenberg.11.2.1, gutenberg.11.3.0, gutenberg.11.4.0, gutenberg.11.4.1, gutenberg.11.5.0, gutenberg.11.5.1, gutenberg.11.6.0, gutenberg.11.7.1, gutenberg.11.8.0, wordpress-5.8, wordpress-5.8.1, wordpress-5.8.2, wordpress-5.8.3, wordpress-5.9, wordpress-5.9.1, wordpress-5.9.2, wordpress-5.9.3, wordpress-6.0, wordpress-6.0.1, wordpress-6.0.2, wordpress-6.0.3, wordpress-6.1, wordpress-6.1.1, wordpress-6.2, wordpress-6.2.1, wordpress-6.2.2, wordpress-6.3, wordpress-6.3.1, wordpress-6.3.2, wordpress-6.4, wordpress-6.4.1, wordpress-6.4.2, wordpress-6.4.3, wordpress-6.5, wordpress-6.5.2, wordpress-6.5.3, wordpress-6.5.4, wordpress-6.5.5, wordpress-6.6, wordpress-6.6.1, wordpress-6.6.2, wordpress-6.7, wordpress-6.7.1, wordpress-6.7.2
Hook Type: filter
See hook in action
Displaying hooks found in version: wordpress-6.7.2apply_filters('block_editor_settings_all') is found 1 times:
- /wp-includes/block-editor.php line 662658659660661662663664665666667668
*
* @param
array
$editor_settings
Default editor settings.
* @param WP_Block_Editor_Context
$block_editor_context
The current block editor context.
*/
$editor_settings
= apply_filters(
'block_editor_settings_all'
,
$editor_settings
,
$block_editor_context
);
if
( !
empty
(
$block_editor_context
->post ) ) {
$post
=
$block_editor_context
->post;
/**
* Filters the settings to pass to the block editor.