WC_REST_WCCOM_Site_Installer_Error::get_http_code()
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 REST WCCOM Site Installer Error::get http code WC 9.8.2
public function get_http_code() { return $this->http_code; }