我正在创建twentythirteen子主题。它在localhost上运行正常, 没有任何错误, 但是当我将其放到服务器上时, 出现以下错误
警告:call_user_func_array()期望参数1为有效的回调, 找不到函数’parent_theme_locations’或/home/nonaitpub/public_html/subedi/wordpress/wp-includes/plugin.php中的无效函数名(第496行)
#1
我认为你已经在functions.php文件中的某个位置调用了函数” parent_theme_locations”。就像add_action(‘after_setup_theme’, ‘parent_theme_locations’, 20);
评论前必须登录!
注册