// 禁用古滕堡编辑器
add_filter('use_block_editor_for_post', '__return_false');
// 禁用古滕堡小工具编辑器
remove_theme_support('widgets-block-editor');
WordPress 主题禁用古滕堡编辑器和小工具
标签:
如需转载,请注明出处:https://salongweb.com/disable-block-editor.html
// 禁用古滕堡编辑器
add_filter('use_block_editor_for_post', '__return_false');
// 禁用古滕堡小工具编辑器
remove_theme_support('widgets-block-editor');