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

Filters the settings to pass to the block editor.


Description Description


Parameters Parameters

$editor_settings

(array) Default editor settings.

$post

(WP_Post) Post being edited.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.