WC_WCCOM_Site_Installation_State::get_started_date()
Get the timestamp of the installation start.
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_started_date();
WC_WCCOM_Site_Installation_State::get_started_date() WC WCCOM Site Installation State::get started date code WC 7.7.0
public function get_started_date() { return $this->started_date; }