edd_remove_from_cart( int $cart_key )
Removes a Download from the Cart
Description Description
Parameters Parameters
- $cart_key
-
(Required) the cart key to remove. This key is the numerical index of the item contained within the cart array.
Return Return
(array) Updated cart items
Source Source
File: includes/cart/functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |