我收到此错误:
"解析错误:语法错误,意外T_STRING,期待T_CONSTANT_ENCAPSED_STRING或'('[wordpress dir]/wp-content/themes/[my-theme] /functions.php在第14行"
第14行只是一个简单的use命令......
13-15行:
add_action('headway_setup_child_theme', array('HeadwaySchematic', 'init'), 1);
use mfbcaptheme\mobilebrowsertheme;
require_once 'mobilebrowsertheme.php';
Run Code Online (Sandbox Code Playgroud)
这是在客户端的网站上,它在我的测试网站上运行良好....不确定是什么会导致此错误.