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.
Return
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 9.5.1
public function get_http_code() { return $this->http_code; }