WC_Order_Item_Shipping::set_tax_statuspublicWC 1.0

Deprecated since 9.7.0 order shipping lines don't support setting tax status, hook into the shipping method instead.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Set tax_status.

Method of the class: WC_Order_Item_Shipping{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Order_Item_Shipping = new WC_Order_Item_Shipping();
$WC_Order_Item_Shipping->set_tax_status( $value );
$value(string) (required)
Tax status.

Changelog

Deprecated since 9.7.0 order shipping lines don't support setting tax status, hook into the shipping method instead.

WC_Order_Item_Shipping::set_tax_status() code WC 10.8.1

public function set_tax_status( $value ) {
}