ActionScheduler_LogEntry::get_date()
Returns the date when this log entry was created
Method of the class: ActionScheduler_LogEntry{}
No Hooks.
Return
Datetime
.
Usage
$ActionScheduler_LogEntry = new ActionScheduler_LogEntry(); $ActionScheduler_LogEntry->get_date();
ActionScheduler_LogEntry::get_date() ActionScheduler LogEntry::get date code WC 9.3.1
public function get_date() { return $this->date; }