Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/sql-server-2005/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 清除不适用于来宾用户的购物车_Php_Wordpress_Woocommerce - Fatal编程技术网

Php 清除不适用于来宾用户的购物车

Php 清除不适用于来宾用户的购物车,php,wordpress,woocommerce,Php,Wordpress,Woocommerce,我尝试使用以下代码清除Woocmerce购物车 global $woocommerce; $woocommerce->cart->empty_cart(); 如果用户已登录,则此功能正常工作,但如果产品作为来宾添加(未登录),则此功能不工作。为什么?有可能清理购物车吗

我尝试使用以下代码清除Woocmerce购物车

global $woocommerce;
$woocommerce->cart->empty_cart(); 
如果用户已登录,则此功能正常工作,但如果产品作为来宾添加(未登录),则此功能不工作。为什么?有可能清理购物车吗