WC_WCCOM_Site_Installation_State::get_unpacked_path()
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 WCCOM Site Installation State::get unpacked path WC 9.8.2
public function get_unpacked_path() { return $this->unpacked_path; }