WC_Order_Item_Shipping::get_method_id()
Get method ID.
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_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 9.4.2
public function get_method_id( $context = 'view' ) { return $this->get_prop( 'method_id', $context ); }