WC_Order_Item_Tax::get_shipping_tax_total
Get shipping_tax_total
Method of the class: WC_Order_Item_Tax{}
No Hooks.
Returns
String.
Usage
$WC_Order_Item_Tax = new WC_Order_Item_Tax(); $WC_Order_Item_Tax->get_shipping_tax_total( $context );
- $context(string)
- What the value is for. Valid values are
'view'and'edit'.
Default:'view'
WC_Order_Item_Tax::get_shipping_tax_total() WC Order Item Tax::get shipping tax total code WC 10.6.2
public function get_shipping_tax_total( $context = 'view' ) {
return $this->get_prop( 'shipping_tax_total', $context );
}