php 在一行PHP中禁用Gutenberg编辑器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在一行PHP中禁用Gutenberg编辑器相关的知识,希望对你有一定的参考价值。

/* To disable the Gutenberg editor sitewide, 
add the following snippet to functions.php or 
any other PHP file that has been included in functions.php */

add_filter('use_block_editor_for_post', '__return_false', 10);

以上是关于php 在一行PHP中禁用Gutenberg编辑器的主要内容,如果未能解决你的问题,请参考以下文章

php 禁用Gutenberg用于特定的帖子类型。

php 禁用Gutenberg

php 禁用Gutenberg钩子

php WordPress - 禁用Gutenberg而不使用插件。

php 编辑Gutenberg编辑器的宽度

php 使Elementor成为默认编辑器,而不是WordPress编辑器(Gutenberg或Classic)