需要解决DIVI wordpress主题错误

问题描述 投票:0回答:1

在我的localhost XAMPP上安装DIVI主题后,它会在WP管理区域顶部显示警告。

警告:“继续”定位开关相当于“中断”。你的意思是使用“继续2”吗?在第5941行的F:\ local_host \ htdocs \ fiverr-wp \ wp-content \ themes \ Divi \ includes \ builder \ functions.php中

我该如何解决?

wordpress wordpress-theming divi-theme
1个回答
0
投票

请注意这是一个警告,而不是错误。确保关闭wp-config.php上的调试

define( 'WP_DEBUG', false );
© www.soinside.com 2019 - 2024. All rights reserved.