WC_WCCOM_Site_Installation_State::get_product_type()publicWC 1.0

Get the product type.

Метод класса: WC_WCCOM_Site_Installation_State{}

Хуков нет.

Возвращает

Строку.

Использование

$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 9.8.1

public function get_product_type() {
	return $this->product_type;
}