WC_WCCOM_Site_Installation_State::get_product_name()
Get the product name.
Method of the class: WC_WCCOM_Site_Installation_State{}
No Hooks.
Return
String
.
Usage
$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State(); $WC_WCCOM_Site_Installation_State->get_product_name();
WC_WCCOM_Site_Installation_State::get_product_name() WC WCCOM Site Installation State::get product name code WC 9.3.3
public function get_product_name() { return $this->product_name; }