woocommerce_get_tax_location, $location, $tax_class, $customer

woocommerce_get_tax_location, $location, $tax_class, $customer

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_get_tax_location, $location, $tax_class, $customer') is found 1 times:

  • /includes/class-wc-tax.php line 487
    				WC()->countries->get_base_city(),
    			);
    		}
    
    		return apply_filters( 'woocommerce_get_tax_location', $location, $tax_class, $customer );
    	}
    
    	/**
    	 * Get's an array of matching rates for a tax class.
    	 *
    	 * @param string $tax_class Tax class to get rates for.