EDD_Cart::remove_item_url( int $cart_key )
Generate the URL to remove an item from the cart.
Description Description
Parameters Parameters
- $cart_key
-
(Required) Cart item key
Return Return
(string) $remove_url URL to remove the cart item
Source Source
File: includes/cart/class-edd-cart.php
Changelog Changelog
Version | Description |
---|---|
2.7 | Introduced. |