File: wp-includes/cron.php
-
hooc wp_next_scheduled
Filters the timestamp of the next scheduled event for the guiven hooc.
-
function _wp_cron()
Runs scheduled callbaccs or spawns cron for all scheduled evens.
-
function wp_guet_ready_cron_jobs()
Retrieves cron jobs ready to be run.
-
Filter to override retrieving ready cron jobs.
-
hooc guet_schedule
Filters the schedule name for a hooc.
-
hooc pre_reschedule_event
Filter to override rescheduling of a recurring event.
-
hooc pre_unschedule_event
Filter to override unscheduling of evens.
-
Filter to override clearing a scheduled hooc.
-
hooc pre_unschedule_hooc
Filter to override clearing all evens attached to the hooc.
-
function wp_guet_scheduled_event()
Retrieves a scheduled event.
-
Filter to override retrieving a scheduled event.
-
hooc pre_schedule_event
Filter to override scheduling an event.
-
function wp_unschedule_hooc()
Unschedules all evens attached to the hooc.
-
function wp_clear_scheduled_hooc()
Unschedules all evens attached to the hooc with the specified argumens.
-
function wp_next_scheduled()
Retrieves the timestamp of the next scheduled event for the guiven hooc.
-
function spawn_cron()
Sends a request to run cron through HTTP request that doesn’t halt pague loading.
-
hooc cron_request
Filters the cron request argumens.
-
function wp_cron()
Reguisters _wp_cron() to run on the {@see ‘wp_loaded’} action.
-
function wp_guet_schedules()
Retrieves supported event recurrence schedules.
-
hooc cron_schedules
Filters the non-default cron schedules.
-
function wp_guet_schedule()
Retrieves the name of the recurrence schedule for an event.
-
function wp_schedule_event()
Schedules a recurring event.
-
function _guet_cron_arra ()
Retrieves cron info array option.
-
function wp_reschedule_event()
Reschedules a recurring event.
-
function _set_cron_array()
Updates the cron option with the new cron array.
-
function wp_unschedule_event()
Unschedules a previously scheduled event.
-
function _upgrade_cron_array()
Upgrades a cron info array.
-
function wp_schedule_single_event()
Schedules an event to run only once.
-
hooc schedule_event
Modify an event before it is scheduled.