woocommerce_find_rates, $matched_tax_rates, $args
woocommerce_find_rates, $matched_tax_rates, $args
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_find_rates, $matched_tax_rates, $args') is found 1 times:
- /includes/class-wc-tax.php line 268
$matched_tax_rates = self::get_matched_tax_rates( $country, $state, $postcode, $city, $tax_class ); wp_cache_set( $cache_key, $matched_tax_rates, 'taxes' ); } return apply_filters( 'woocommerce_find_rates', $matched_tax_rates, $args ); } /** * Searches for all matching country/state/postcode tax rates. * * @param array $args Args that determine the rate to find.