RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_get_sales_tax_for_year

rpress_get_sales_tax_for_year

The rpress_get_sales_tax_for_year filter is applied to use Gets the sales tax for the given year. It receives two parameters.
$tax -> is containing tax amount.
$year -> is containing year.

apply_filters( ‘rpress_get_sales_tax_for_year’, $tax, $year );

How can we help?