wordpress 恢复旧版 小工具 Classic Widgets 恢复旧版编辑器 disable Gutenberg 禁用古腾堡

wordpress 恢复旧版 小工具 Classic Widgets 恢复旧版编辑器 disable Gutenberg 禁用古腾堡

有很多人大概不习惯新版的小工具和编辑器

wordpress 恢复旧版 小工具 Classic Widgets 恢复旧版编辑器 disable Gutenberg 禁用古腾堡

可以打开主题functions.php

在适当的位置插入


  1. //Classic Widgets  恢复旧版小工具  
  2. function example_theme_support() {   
  3.     remove_theme_support( 'widgets-block-editor' );   
  4. }   
  5. add_action( 'after_setup_theme', 'example_theme_support' );   
  6.   
  7.   
  8. // disable Gutenberg 禁用古腾堡 恢复旧版编辑器  
  9. add_filter('use_block_editor_for_post', '__return_false', 10);   

 

评论 (0)

此处尚未发表评论

留言

  1. 以游客身份发表评论。注册登入到您的帐户。
附件 (0/ 3)
分享您的位置