woocommerce_order_get_tax_location, $args, $this

woocommerce_order_get_tax_location, $args, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_order_get_tax_location, $args, $this') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 1943
    			$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