\um\coreCron

Class Cron

Summary

Methods
Properties
Constants
__construct()
add_schedules()
schedule_events()
unschedule_events()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
cron_disabled()
weekly_events()
daily_events()
twicedaily_events()
hourly_events()
No private properties found
N/A

Methods

__construct()

__construct() : mixed

Cron constructor.

Returns

mixed

add_schedules()

add_schedules(array  $schedules = array()) : array

Adds once weekly to the existing schedules.

Parameters

array $schedules

Returns

array

schedule_events()

schedule_events() : mixed

Returns

mixed

unschedule_events()

unschedule_events() : mixed

Breaks all Ultimate Member registered schedule events.

Returns

mixed

cron_disabled()

cron_disabled() : bool

Returns

bool

weekly_events()

weekly_events() : mixed

Returns

mixed

daily_events()

daily_events() : mixed

Returns

mixed

twicedaily_events()

twicedaily_events() : mixed

Returns

mixed

hourly_events()

hourly_events() : mixed

Returns

mixed