WC_Product_Grouped::get_typepublicWC 1.0

Get internal type.

Method of the class: WC_Product_Grouped{}

No Hooks.

Returns

String.

Usage

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

WC_Product_Grouped::get_type() code WC 10.8.1

public function get_type() {
	return ProductType::GROUPED;
}