WC_Order_Item_Tax::get_tax_total( string $context = 'view' )
Get tax_total
Description Description
Parameters Parameters
- $context
-
(Optional) What the value is for. Valid values are 'view' and 'edit'.
Default value: 'view'
Return Return
(string)
Source Source
File: includes/class-wc-order-item-tax.php
public function get_tax_total( $context = 'view' ) { return $this->get_prop( 'tax_total', $context ); }