WC_Order_Item_Product::get_tax_status()

Get tax status.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/class-wc-order-item-product.php

	public function get_tax_status() {
		$product = $this->get_product();
		return $product ? $product->get_tax_status() : 'taxable';
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.