WC_WCCOM_Site_Installation_State::get_last_step_namepublicWC 1.0

Get the timestamp of the installation start.

Method of the class: WC_WCCOM_Site_Installation_State{}

No Hooks.

Returns

Int.

Usage

$WC_WCCOM_Site_Installation_State = new WC_WCCOM_Site_Installation_State();
$WC_WCCOM_Site_Installation_State->get_last_step_name();

WC_WCCOM_Site_Installation_State::get_last_step_name() code WC 10.8.1

public function get_last_step_name() {
	return $this->last_step_name;
}