我收到此错误:
“解析错误:语法错误,意外的 T_STRING,在第 14 行的 [wordpress dir]/wp-content/themes/[my-theme]/functions.php 中需要 T_CONSTANT_ENCAPSED_STRING 或 '('”
第 14 行只是一个简单的use
命令...
第 13-15 行:
add_action('headway_setup_child_theme', array('HeadwaySchematic', 'init'), 1);
use mfbcaptheme\mobilebrowsertheme;
require_once 'mobilebrowsertheme.php';
这是在客户的网站上,它在我的测试网站上工作得很好......不确定是什么导致了这个错误。