WC_Order_Item_Product::get_tax_status()
Get tax status.
Description Description
Return Return
(string)
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'; }