WC_Abstract_Order::get_typepublicWC 1.0

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() code WC 10.4.3

public function get_type() {
	return 'shop_order';
}