WC_WCCOM_Site_Installation_State::get_started_date()
Get the timestamp of the installation start.
Метод класса: WC_WCCOM_Site_Installation_State{}
Хуков нет.
Возвращает
int
.
Использование
$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 WC 9.8.1
public function get_started_date() { return $this->started_date; }