woocommerce_matched_tax_rates, $matched_tax_rates, $country, $state, $postcode, $city, $tax_class

woocommerce_matched_tax_rates, $matched_tax_rates, $country, $state, $postcode, $city, $tax_class

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_matched_tax_rates, $matched_tax_rates, $country, $state, $postcode, $city, $tax_class') is found 1 times:

  • /includes/class-wc-tax.php line 457
     
    			$found_priority[] = $found_rate->tax_rate_priority;
    		}
    
    		return apply_filters( 'woocommerce_matched_tax_rates', $matched_tax_rates, $country, $state, $postcode, $city, $tax_class );
    	}
    
    	/**
    	 * Get the customer tax location based on their status and the current page.
    	 *
    	 * Used by get_rates(), get_shipping_rates().