You appear to be a bot. Output may be restricted Description Get tax class. Usage $string = WC_Order_Item::get_tax_class(); Parameters Returns string Source File name: woocommerce/includes/class-wc-order-item.php Lines: 1 to 4 of 4 public function get_tax_class() { return ''; } View on GitHub View on Trac