错误提示:
“发生了预料之外的错误。WordPress.org或是此服务器的配置可能出了一些问题。如果您持续遇到困难,请试试支持论坛。”
解决方法:
打开你的主题模板目录的,比如:/…/wp-content/themes/island-master/functions.php
最尾部添加代码:remove_action( ‘wp_head’, ‘wp_resource_hints’, 2 );
即可解决。
simple-local-avatars
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /www/wwwroot/tangjiankang.top/wp-includes/functions.php on line 6114错误提示:
“发生了预料之外的错误。WordPress.org或是此服务器的配置可能出了一些问题。如果您持续遇到困难,请试试支持论坛。”
解决方法:
打开你的主题模板目录的,比如:/…/wp-content/themes/island-master/functions.php
最尾部添加代码:remove_action( ‘wp_head’, ‘wp_resource_hints’, 2 );
即可解决。