WC_Abstract_Order::get_shipping_tax()
Get shipping_tax.
Method of the class: WC_Abstract_Order{}
No Hooks.
Return
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 9.7.1
public function get_shipping_tax( $context = 'view' ) { return $this->get_prop( 'shipping_tax', $context ); }