WC_WCCOM_Site_Installation_State::get_last_step_statuspublicWC 1.0

Get the last step status.

Method of the class: WC_WCCOM_Site_Installation_State{}

No Hooks.

Returns

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() code WC 9.9.3

public function get_last_step_status() {
	return $this->last_step_status;
}