block_editor_settings

Advertisement

Summery Summery

Filters the settings to pass to the block editor.

Syntax Syntax

apply_filters( 'block_editor_settings', array $editor_settings, WP_Post $post )

Parameters Parameters

$editor_settings

Default editor settings.

$post

Post being edited.

Source Source

File: wp-admin/edit-form-blocks.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Advertisement

Leave a Reply