WC_Abstract_Order::get_shipping_tax
Get shipping_tax.
Method of the class: WC_Abstract_Order{}
No Hooks.
Returns
String.
Usage
$WC_Abstract_Order = new WC_Abstract_Order(); $WC_Abstract_Order->get_shipping_tax( $context );
- $context(string)
- View or edit context.
Default: 'view'
WC_Abstract_Order::get_shipping_tax() WC Abstract Order::get shipping tax code WC 10.4.3
public function get_shipping_tax( $context = 'view' ) {
return $this->get_prop( 'shipping_tax', $context );
}