WC_Abstract_Order::get_type
Get internal type.
Method of the class: WC_Abstract_Order{}
No Hooks.
Returns
String.
Usage
$WC_Abstract_Order = new WC_Abstract_Order(); $WC_Abstract_Order->get_type();
WC_Abstract_Order::get_type() WC Abstract Order::get type code WC 10.4.3
public function get_type() {
return 'shop_order';
}