复制下面代码到主题下的functions,php文件
add_filter('use_block_editor_for_post','__return_false');remove_action('wp_enqueue_scripts','wp_common_block_scripts_and_styles'); |
评论
复制下面代码到主题下的functions,php文件
add_filter('use_block_editor_for_post','__return_false');remove_action('wp_enqueue_scripts','wp_common_block_scripts_and_styles'); |