Advertisement

cron_schedules

Filters the non-default cron schedules.

wp_get_schedules

Retrieve supported event recurrence schedules.

wp_cron

Run scheduled callbacks or spawn cron for all scheduled events.

Advertisement

spawn_cron

Sends a request to run cron through HTTP request that doesn’t halt page loading.

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_schedule_event

Schedules a recurring event.

do_all_pings

Perform all pingbacks, enclosures, trackbacks, and send to pingback services.

Advertisement