WC_WCCOM_Site_Installation_State::get_last_step_status()
Get the last step status.
Method of the class: WC_WCCOM_Site_Installation_State{}
No Hooks.
Return
String
.
Usage
$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State(); $WC_WCCOM_Site_Installation_State->get_last_step_status();
WC_WCCOM_Site_Installation_State::get_last_step_status() WC WCCOM Site Installation State::get last step status code WC 7.7.0
public function get_last_step_status() { return $this->last_step_status; }