woocommerce_cart_reset action-hook . WC 1.0
Usage
add_action( 'woocommerce_cart_reset', 'action_function_name_3502', 10, 2 ); function action_function_name_3502( $that, $false ){ // action... }
- $that
- -
- $false
- -
Where the hook is called
woocommerce_cart_reset
woocommerce/includes/class-wc-cart.php 2094
do_action( 'woocommerce_cart_reset', $this, false );