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


Top ↑

Return Return

(string) Total tax amount (if $echo is set to true)


Top ↑

Source Source

File: includes/cart/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.