Empty cart on loggout
-
Dear support,
we cant find how to empty the cart when user logout.we found this snippet but it doesn’t work
can you confirm this snippet doesn’t work anymore?
function your_function() {
if( function_exists(‘WC’) ){
WC()->cart->empty_cart();
}
}
add_action(‘wp_logout’, ‘your_function’);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Empty cart on loggout’ is closed to new replies.