ActionScheduler_Store::get_date()publicWC 1.0

Method of the class: ActionScheduler_Store{}

No Hooks.

Return

DateTime. The date the action is schedule to run, or the date that it ran.

Usage

$ActionScheduler_Store = new ActionScheduler_Store();
$ActionScheduler_Store->get_date( $action_id );
$action_id(string) (required)
-

ActionScheduler_Store::get_date() code WC 9.3.1

abstract public function get_date( $action_id );