WC_Product_Grouped::get_type()
Get internal type.
Method of the class: WC_Product_Grouped{}
No Hooks.
Return
String
.
Usage
$WC_Product_Grouped = new WC_Product_Grouped(); $WC_Product_Grouped->get_type();
WC_Product_Grouped::get_type() WC Product Grouped::get type code WC 9.4.2
public function get_type() { return 'grouped'; }