ActionScheduler_Store::get_datepublicWC 1.0

Get action's schedule or run timestamp.

Method of the class: ActionScheduler_Store{}

No Hooks.

Returns

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)
Action ID.

ActionScheduler_Store::get_date() code WC 10.8.1

abstract public function get_date( $action_id );