Upgrade a Cron info array.
_set_cron_array
Updates the CRON option with the new CRON array.
_get_cron_array
Retrieve cron info array option.
pre_get_ready_cron_jobs
Filter to preflight or hijack retrieving ready cron jobs.
Advertisement
wp_get_ready_cron_jobs
Retrieve cron jobs ready to be run.
get_schedule
Filter the schedule for a hook.
wp_get_schedule
Retrieve the recurrence schedule for an event.
cron_schedules
Filters the non-default cron schedules.
Advertisement
wp_get_schedules
Retrieve supported event recurrence schedules.
wp_cron
Run scheduled callbacks or spawn cron for all scheduled events.
cron_request
Filters the cron request arguments.
wp_next_scheduled
Retrieve the next timestamp for an event.
Advertisement
spawn_cron
Sends a request to run cron through HTTP request that doesn’t halt page loading.
pre_get_scheduled_event
Filter to preflight or hijack retrieving a scheduled event.
pre_unschedule_hook
Filter to preflight or hijack clearing all events attached to the hook.