woocommerce_matched_rates, $matched_tax_rates, $tax_class, $customer

woocommerce_matched_rates, $matched_tax_rates, $tax_class, $customer

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_matched_rates, $matched_tax_rates, $tax_class, $customer') is found 1 times:

  • /includes/class-wc-tax.php line 530
    				)
    			);
    		}
    
    		return apply_filters( 'woocommerce_matched_rates', $matched_tax_rates, $tax_class, $customer );
    	}
    
    	/**
    	 * Get's an array of matching rates for the shop's base country.
    	 *
    	 * @param string $tax_class Tax Class.