解析错误:语法错误,意外' =>' (T_DOUBLE_ARROW)

时间:2017-08-11 00:40:35

标签: php wordpress custom-theme

嘿我正在尝试在wordpress主题中添加自定义选项,允许用户在展示中上传自己的图像,但我在customize.php文件中出现语法错误。任何人都可以帮我写出正确的方法吗?谢谢!

解析错误:语法错误,意外' =>'第13行/Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/themes/wpbootstrap/inc/customizer.php中的(T_DOUBLE_ARROW)

        $wp_customize->add_setting('showcase_image', array(

        'default' => get_bloginfo('template_directory').'/img/showcase.jpg', 'wpbootstrap'),
    line 13 'type' => 'theme_mod'
        ));

0 个答案:

没有答案