woocommerce_cart_item_set_quantity, $cart_item_key, $quantity, $this

woocommerce_cart_item_set_quantity, $cart_item_key, $quantity, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_cart_item_set_quantity, $cart_item_key, $quantity, $this') is found 1 times:

  • /includes/class-wc-cart.php line 1539
    		 * @param string  $cart_item_key contains the id of the cart item. This may be empty if the cart item does not exist any more.
    		 * @param int     $quantity contains the quantity of the item.
    		 * @param WC_Cart $this Cart class.
    		 */
    		do_action( 'woocommerce_cart_item_set_quantity', $cart_item_key, $quantity, $this );
    
    		return true;
    	}
    
    	/**
    	 * Get cart's owner.