ActionScheduler_Store::get_date
Get action's schedule or run timestamp.
Метод класса: ActionScheduler_Store{}
Хуков нет.
Возвращает
DateTime
. The date the action is schedule to run, or the date that it ran.
Использование
$ActionScheduler_Store = new ActionScheduler_Store(); $ActionScheduler_Store->get_date( $action_id );
- $action_id(строка) (обязательный)
- Action ID.
Код ActionScheduler_Store::get_date() ActionScheduler Store::get date WC 9.9.5
abstract public function get_date( $action_id );