WC_REST_WCCOM_Site_Installer_Error::get_http_code()publicWC 1.0

Get the HTTP status code.

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

Хуков нет.

Возвращает

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

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

$WC_REST_WCCOM_Site_Installer_Error = new WC_REST_WCCOM_Site_Installer_Error();
$WC_REST_WCCOM_Site_Installer_Error->get_http_code();

Код WC_REST_WCCOM_Site_Installer_Error::get_http_code() WC 9.8.2

public function get_http_code() {
	return $this->http_code;
}