edd_get_cart_fees( string $type = 'all', int $download_id, $price_id = NULL )
Get Cart Fees
Description Description
Just a simple wrapper function for EDD_Fees::get_fees()
Parameters Parameters
- $type
-
(Optional)
Default value: 'all'
- $download_id
-
(Required)
Return Return
(array) All the cart fees that have been applied
Source Source
File: includes/cart/functions.php
Changelog Changelog
Version | Description |
---|---|
1.5 | Introduced. |