📅  最后修改于: 2022-03-11 14:57:21.039000             🧑  作者: Mango
// add to functions.php
// disable for posts
add_filter('use_block_editor_for_post', '__return_false', 10);
// disable for post types
add_filter('use_block_editor_for_post_type', '__return_false', 10);