ActionScheduler_Store::get_date()publicWC 1.0

Метод класса: 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() WC 8.7.0

abstract public function get_date( $action_id );