apply_filters( 'use_block_editor_for_post', bool $use_block_editor, WP_Post $post )

Filter whether a post is able to be edited in the block editor.


Description Description


Parameters Parameters

$use_block_editor

(bool) Whether the post can be edited or not.

$post

(WP_Post) The post being checked.


Top ↑

Source Source

File: wp-admin/includes/post.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.