woocommerce_order_get_tax_location

woocommerce_order_get_tax_location

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_get_tax_location') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 1730
    			$args['postcode'] = WC()->countries->get_base_postcode();
    			$args['city']     = WC()->countries->get_base_city();
    		}
    
    		return apply_filters( 'woocommerce_order_get_tax_location', $args, $this );
    	}
    
    	/**
    	 * Public wrapper for exposing get_tax_location() method, enabling 3rd parties to get the tax location for an order.
    	 *
    	 * @since 7.6.0
    

See this hook used in plugins: