【发布时间】:2017-05-09 15:45:52
【问题描述】:
目前在我使用 woocommerce 上的 Wordpress 构建的网站上收到以下错误消息。
解析错误:在 /home4/name/public_html/mysite.com/wp-content/plugins/webappick-product-feed-for- 中出现语法错误、意外 '='、期望 ')' woocommerce/includes/classes/class-woo-feed-products.php 在第 674 行
这也是它所指的错误行,但是,我看不到任何错误?
$imgIds=!empty($ids=$this->getAttributeValue($Id,"_product_image_gallery"))?explode(",",$ids):"";
谁能解释这条线的错误是什么?
【问题讨论】:
标签: php wordpress web woocommerce