woocommerce_vat_countries

woocommerce_vat_countries

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_vat_countries') is found 1 times:

  • /includes/class-wc-countries.php line 452
    	public function get_vat_countries() {
    		$eu_countries  = $this->get_european_union_countries();
    		$vat_countries = array( 'AE', 'AL', 'AR', 'AZ', 'BB', 'BH', 'BO', 'BS', 'BY', 'CL', 'CO', 'EC', 'EG', 'ET', 'FJ', 'GB', 'GH', 'GM', 'GT', 'IL', 'IM', 'IN', 'IR', 'KN', 'KR', 'KZ', 'LK', 'MC', 'MD', 'ME', 'MK', 'MN', 'MU', 'MX', 'NA', 'NG', 'NO', 'NP', 'PS', 'PY', 'RS', 'RU', 'RW', 'SA', 'SV', 'TH', 'TR', 'UA', 'UY', 'UZ', 'VE', 'VN', 'ZA' );
    
    		return apply_filters( 'woocommerce_vat_countries', array_merge( $eu_countries, $vat_countries ) );
    	}
    
    	/**
    	 * Gets the correct string for shipping - either 'to the' or 'to'.
    	 *
    	 * @param string $country_code Country code.