WC_WCCOM_Site_Installation_State::set_unpacked_path()publicWC 1.0

Set the path to the unpacked file.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State();
$WC_WCCOM_Site_Installation_State->set_unpacked_path( $unpacked_path );
$unpacked_path(строка) (обязательный)
The path to the unpacked file.

Код WC_WCCOM_Site_Installation_State::set_unpacked_path() WC 9.8.1

public function set_unpacked_path( $unpacked_path ) {
	$this->unpacked_path = $unpacked_path;
}