edd_cart_tax( bool $echo = false )
Gets the total tax amount for the cart contents in a fully formatted way
Description Description
Parameters Parameters
- $echo
-
(Optional) Whether to echo the tax amount or not (default: false)
Default value: false
Return Return
(string) Total tax amount (if $echo is set to true)
Source Source
File: includes/cart/functions.php
Changelog Changelog
Version | Description |
---|---|
1.2.3 | Introduced. |