You appear to be a bot. Output may be restricted
Description
Returns the formatted tax amount for the given year
Usage
$void = edd_sales_tax_for_year( $year );
Parameters
- $year
- ( mixed ) optional –
Returns
void
Source
File name: easy-digital-downloads/includes/tax-functions.php
Lines:
1 to 3 of 3
function edd_sales_tax_for_year( $year = null ) { echo edd_currency_filter( edd_format_amount( edd_get_sales_tax_for_year( $year ) ) ); }