woocommerce_countries_tax_or_vat

woocommerce_countries_tax_or_vat

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_countries_tax_or_vat') is found 1 times:

  • /includes/class-wc-countries.php line 491
    	 */
    	public function tax_or_vat() {
    		$return = in_array( $this->get_base_country(), $this->get_vat_countries(), true ) ? __( 'VAT', 'woocommerce' ) : __( 'Tax', 'woocommerce' );
    
    		return apply_filters( 'woocommerce_countries_tax_or_vat', $return );
    	}
    
    	/**
    	 * Include the Inc Tax label.
    	 *
    	 * @return string