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.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
To disable the block editor for all post types, use the following filter:
Add the above line to your active theme or child theme’s functions.php file.