woocommerce_matched_tax_rates

Filter Hook: Location matching criteria – ORed Needs to match: – rates with no postcodes and cities – rates with a matching postcode and city – rates with matching postcode, no city – rates with matching city, no postcode

Source: includes/class-wc-tax.php:441

Used by 1 function | Uses 0 functions

WC_Tax::sort_rates_callback()

Method: Does the sort comparison. Compares (in this order): – Priority – Country – State – Number of postcodes – Number of cities – ID

Source: includes/class-wc-tax.php:289

Used by 0 functions | Uses 0 functions