【发布时间】:2016-02-28 16:24:05
【问题描述】:
我正在尝试登录我的 WordPress 管理面板,但收到以下错误:
在/home/spicom/public_html/adwinang.com/wp-content/themes/enfold/config-woocommerce/config.php 中的非对象上调用成员函数
get_cart_subtotal()在第 790 行
这是我在第 790 行的代码:
$cart_subtotal = $woocommerce->cart->get_cart_subtotal();
【问题讨论】:
标签: plugins wordpress woocommerce wordpress-theming