EDD_Cart::tax( boolean $echo = false )
Gets the total tax amount for the cart contents in a fully formatted way
Description Description
Parameters Parameters
- $echo
-
(Optional) Decides if the result should be returned or not
Default value: false
Return Return
(string) Total tax amount
Source Source
File: includes/cart/class-edd-cart.php
Changelog Changelog
Version | Description |
---|---|
2.7 | Introduced. |