WC_REST_WCCOM_Site_Installer_Error::get_error_code()
Get the error 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_error_code();
Код WC_REST_WCCOM_Site_Installer_Error::get_error_code() WC REST WCCOM Site Installer Error::get error code WC 9.8.2
public function get_error_code() { return $this->error_code; }