WC_WCCOM_Site_Installation_State::get_last_step_error()
Get the last step error.
Method of the class: WC_WCCOM_Site_Installation_State{}
No Hooks.
Return
Int
.
Usage
$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State(); $WC_WCCOM_Site_Installation_State->get_last_step_error();
WC_WCCOM_Site_Installation_State::get_last_step_error() WC WCCOM Site Installation State::get last step error code WC 9.4.2
public function get_last_step_error() { return $this->last_step_error; }