WC_WCCOM_Site_Installation_State::get_last_step_error()publicWC 1.0

Get the last step error.

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

Хуков нет.

Возвращает

int.

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

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

Код WC_WCCOM_Site_Installation_State::get_last_step_error() WC 9.8.1

public function get_last_step_error() {
	return $this->last_step_error;
}