WC_REST_WCCOM_Site_Installer_Error::get_http_code
Get the HTTP status code.
Method of the class: WC_REST_WCCOM_Site_Installer_Error{}
No Hooks.
Returns
null. Nothing (null).
Usage
$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 code WC 10.5.0
public function get_http_code() {
return $this->http_code;
}