ActionScheduler_Store::get_date()
Метод класса: 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(строка) (обязательный)
- -
Код ActionScheduler_Store::get_date() ActionScheduler Store::get date WC 9.3.1
abstract public function get_date( $action_id );