Retrieve supported event recurrence schedules.
wp_cron
Run scheduled callbacks or spawn cron for all scheduled events.
spawn_cron
Sends a request to run cron through HTTP request that doesn’t halt page loading.
wp_next_scheduled
Retrieve the next timestamp for an event.
Advertisement
wp_get_scheduled_event
Retrieve a scheduled event.
wp_unschedule_hook
Unschedules all events attached to the hook.
wp_clear_scheduled_hook
Unschedules all events attached to the hook with the specified arguments.
wp_unschedule_event
Unschedule a previously scheduled event.
Advertisement
wp_reschedule_event
Reschedules a recurring event.
wp_schedule_event
Schedules a recurring event.
wp_schedule_single_event
Schedules an event to run only once.
is_iterable
Polyfill for is_iterable() function added in PHP 7.1.
Advertisement
is_countable
Polyfill for is_countable() function added in PHP 7.3.
hash_equals
Timing attack safe string comparison