WC_WCCOM_Site_Installation_State::get_product_type
Get the product type.
Method of the class: WC_WCCOM_Site_Installation_State{}
No Hooks.
Returns
String.
Usage
$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State(); $WC_WCCOM_Site_Installation_State->get_product_type();
WC_WCCOM_Site_Installation_State::get_product_type() WC WCCOM Site Installation State::get product type code WC 10.3.3
public function get_product_type() {
return $this->product_type;
}