WC_Order_Item_Shipping::get_total
Get total cost.
Method of the class: WC_Order_Item_Shipping{}
No Hooks.
Returns
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 10.4.3
public function get_total( $context = 'view' ) {
return $this->get_prop( 'total', $context );
}