WC_WCCOM_Site_Installation_State::get_product_id()
Get the product ID.
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_id();
WC_WCCOM_Site_Installation_State::get_product_id() WC WCCOM Site Installation State::get product id code WC 9.4.2
public function get_product_id() { return $this->product_id; }