cron (schedule) (tag)

wp_clear_scheduled_hook()

Unschedules all events attached to the hook with the specified arguments.

wp_cron()

Run all scheduled cron events whose time has come.

wp_delete_auto_drafts()

Delete auto-drafts for new posts that are more than 7 days old.

wp_get_schedules()

Retrieve supported event recurrence schedules.

wp_next_scheduled()

Retrieve the next timestamp for an event.

wp_schedule_event()

Schedule a recurring event.

wp_schedule_single_event()

Schedules an event to run only once.

wp_unschedule_event()

Unschedule a previously scheduled event.

wp_unschedule_hook()

Unschedules all events attached to the hook.