woocommerce_cart_emptied, $clear_persistent_cart

woocommerce_cart_emptied, $clear_persistent_cart

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_cart_emptied, $clear_persistent_cart') is found 1 times:

  • /includes/class-wc-cart.php line 728
    		 * @since 9.7.0
    		 *
    		 * @param bool $clear_persistent_cart Whether the persistent cart was cleared too.
    		 */
    		do_action( 'woocommerce_cart_emptied', $clear_persistent_cart );
    	}
    
    	/**
    	 * Get number of items in the cart.
    	 *
    	 * @return int