ActionScheduler_CronSchedule::get_recurrencepublicWC 1.0

Get the schedule's recurrence.

Method of the class: ActionScheduler_CronSchedule{}

No Hooks.

Returns

String.

Usage

$ActionScheduler_CronSchedule = new ActionScheduler_CronSchedule();
$ActionScheduler_CronSchedule->get_recurrence();

ActionScheduler_CronSchedule::get_recurrence() code WC 10.6.2

public function get_recurrence() {
	return strval( $this->recurrence );
}