edd_cart_total( bool $echo = true )
Get Total Cart Amount
Description Description
Gets the fully formatted total price amount in the cart. uses edd_get_cart_amount().
Parameters Parameters
- $echo
-
(Optional)
Default value: true
Return Return
(mixed|string|void)
Source Source
File: includes/cart/functions.php
Changelog Changelog
Version | Description |
---|---|
1.3.3 | Introduced. |