ActionScheduler_LogEntry::get_date()publicWC 1.0

Returns the date when this log entry was created

Метод класса: ActionScheduler_LogEntry{}

Хуков нет.

Возвращает

Datetime.

Использование

$ActionScheduler_LogEntry = new ActionScheduler_LogEntry();
$ActionScheduler_LogEntry->get_date();

Код ActionScheduler_LogEntry::get_date() WC 8.7.0

public function get_date() {
	return $this->date;
}