wordpress出现问题:“可视化”和“文本”无法切换,编辑区也无法输入文字。
解决方法:
打开wp-config.php,在
require_once(ABSPATH . 'wp-settings.php');
后面加入:
define('CONCATENATE_SCRIPTS', false );
👋 感谢您的观看!
© 版权声明
THE END
wordpress出现问题:“可视化”和“文本”无法切换,编辑区也无法输入文字。
解决方法:
打开wp-config.php,在
require_once(ABSPATH . 'wp-settings.php');
后面加入:
define('CONCATENATE_SCRIPTS', false );
👋 感谢您的观看!