RestroPress

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

rpress_get_tax_rates

The rpress_get_tax_rates filter is applied to use retrieve tax rates. It receives one parameter.
$rates -> is an array containing tax rates.

apply_filters( ‘rpress_get_tax_rates’, $rates );

How can we help?