WC_Order_Item_Shipping::get_type()
Get order item type.
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_type();
WC_Order_Item_Shipping::get_type() WC Order Item Shipping::get type code WC 9.4.2
public function get_type() { return 'shipping'; }