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



block_editor_settings › WordPress Filter Hooks

Since5.0.0
DeprecatedUse the {@see 'block_editor_settings_all'} filter instead.
$editor_settings = apply_filters_deprecated( 'block_editor_settings', array( $editor_settings, $post ), '5.8.0', 'block_editor_settings_all' );
Parameters: (2)
  • () editor_settings Default editor settings.
    Required: Yes
  • () post Post being edited.
    Required: Yes
Defined at:
Codex:

Filters the settings to pass to the block editor.





Source

$editor_settings = apply_filters_deprecated( 'block_editor_settings', array( $editor_settings, $post ), '5.8.0', 'block_editor_settings_all' );