WC_WCCOM_Site_Installation_State::get_download_path()
Get the path to the downloaded file.
Метод класса: WC_WCCOM_Site_Installation_State{}
Хуков нет.
Возвращает
Строку
.
Использование
$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State(); $WC_WCCOM_Site_Installation_State->get_download_path();
Код WC_WCCOM_Site_Installation_State::get_download_path() WC WCCOM Site Installation State::get download path WC 9.8.2
public function get_download_path() { return $this->download_path; }