WC_Order_Item_Shipping::get_method_id
Get method ID.
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_method_id( $context );
- $context(string)
- View or edit context.
Default:'view'
WC_Order_Item_Shipping::get_method_id() WC Order Item Shipping::get method id code WC 10.5.0
public function get_method_id( $context = 'view' ) {
return $this->get_prop( 'method_id', $context );
}