WC_Product_Simple::get_type
Get internal type.
Method of the class: WC_Product_Simple{}
No Hooks.
Returns
String.
Usage
$WC_Product_Simple = new WC_Product_Simple(); $WC_Product_Simple->get_type();
WC_Product_Simple::get_type() WC Product Simple::get type code WC 10.5.0
public function get_type() {
return ProductType::SIMPLE;
}