ActionScheduler_Action::get_schedulepublicWC 1.0

Action's schedule.

Method of the class: ActionScheduler_Action{}

No Hooks.

Returns

ActionScheduler_Schedule.

Usage

$ActionScheduler_Action = new ActionScheduler_Action();
$ActionScheduler_Action->get_schedule();

ActionScheduler_Action::get_schedule() code WC 10.8.1

public function get_schedule() {
	return $this->schedule;
}