WC_WCCOM_Site_Installation_State::get_unpacked_pathpublicWC 1.0

Get the path to the unpacked file.

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

Хуков нет.

Возвращает

Строку.

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

$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State();
$WC_WCCOM_Site_Installation_State->get_unpacked_path();

Код WC_WCCOM_Site_Installation_State::get_unpacked_path() WC 10.9.4

public function get_unpacked_path() {
	return $this->unpacked_path;
}