EDD_Cart::remove_fee_url( int $fee_id = '' )
Generate the URL to remove a fee from the cart.
Description Description
Parameters Parameters
- $fee_id
-
(Optional) Fee ID.
Default value: ''
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. |