edd_cart_has_fees( string $type = 'all' )
Check if cart has fees applied
Description Description
Just a simple wrapper function for EDD_Fees::has_fees()
Parameters Parameters
- $type
-
(Optional)
Default value: 'all'
Return Return
(bool) Whether the cart has fees applied or not
Source Source
File: includes/cart/functions.php
Changelog Changelog
Version | Description |
---|---|
1.5 | Introduced. |