ActionScheduler_Abstract_Schedule::__wakeup()
Method of the class: ActionScheduler_Abstract_Schedule{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ActionScheduler_Abstract_Schedule = new ActionScheduler_Abstract_Schedule(); $ActionScheduler_Abstract_Schedule->__wakeup();
ActionScheduler_Abstract_Schedule::__wakeup() ActionScheduler Abstract Schedule:: wakeup code WC 9.3.3
public function __wakeup() { $this->scheduled_date = as_get_datetime_object( $this->scheduled_timestamp ); unset( $this->scheduled_timestamp ); }