WC_Abstract_Order::get_type()publicWC 1.0

Get internal type.

Method of the class: WC_Abstract_Order{}

No Hooks.

Return

String.

Usage

$WC_Abstract_Order = new WC_Abstract_Order();
$WC_Abstract_Order->get_type();

WC_Abstract_Order::get_type() code WC 8.6.1

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