Clear cart when user log out
-
Hello, i tried to use
function log_function_cart() {
global $woocommerce;
$woocommerce->cart->empty_cart();
}
add_action(‘clear_auth_cookie’, ‘log_function_cart’);But when user log out the items on the cart still show
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Clear cart when user log out’ is closed to new replies.