Clear Cart Contents
This snippet provides a function to clear all items from the cart, which can be useful for custom cart reset functionality.
PHP
function clear_cart_contents() {
WC()->cart->empty_cart();
}
// Usage: clear_cart_contents();
Snippet Feedback
Did this snippet work for you? Do you have any questions about this snippet? Leave some feedback below.
SHARED BY