WC_Order_Item_Shipping::get_total()
Get total cost.
Method of the class: WC_Order_Item_Shipping{}
No Hooks.
Return
String
.
Usage
$WC_Order_Item_Shipping = new WC_Order_Item_Shipping(); $WC_Order_Item_Shipping->get_total( $context );
- $context(string)
- View or edit context.
Default: 'view'
WC_Order_Item_Shipping::get_total() WC Order Item Shipping::get total code WC 9.4.2
public function get_total( $context = 'view' ) { return $this->get_prop( 'total', $context ); }