将以下代码添加到当前主题的函数模板 functions.php 文件中即可。

add_filter('use_block_editor_for_post', '__return_false');
remove_action( 'wp_enqueue_scripts', 'wp_common_block_scripts_and_styles' );

 

相关文章:

  • 2022-02-10
  • 2021-11-25
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-01-17
  • 2021-12-28
  • 2022-12-23
猜你喜欢
  • 2021-07-04
  • 2021-03-31
  • 2022-12-23
  • 2021-12-03
  • 2021-10-24
相关资源
相似解决方案