woocommerce_update_cart_action_cart_updated

woocommerce_update_cart_action_cart_updated

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_update_cart_action_cart_updated') is found 1 times:

  • /includes/class-wc-form-handler.php line 714
    				}
    			}
    
    			// Trigger action - let 3rd parties update the cart if they need to and update the $cart_updated variable.
    			$cart_updated = apply_filters( 'woocommerce_update_cart_action_cart_updated', $cart_updated );
    
    			if ( $cart_updated ) {
    				WC()->cart->calculate_totals();
    			}
    
    			if ( ! empty( $_POST['proceed'] ) ) {