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.
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.
wp_clear_scheduled_hook
Unschedules all events attached to the hook with the specified arguments.
wp_unschedule_event
Unschedule a previously scheduled event.
wp_reschedule_event
Reschedules a recurring event.
Advertisement
wp_schedule_event
Schedules a recurring event.
wp_schedule_single_event
Schedules an event to run only once.
privacy_ping_filter
Check whether blog is public before returning sites.
do_all_pings
Perform all pingbacks, enclosures, trackbacks, and send to pingback services.
Advertisement
wp_update_comment_count
Updates the comment count for post(s).
wp_throttle_comment_flood
Whether a comment should be blocked because of comment flood.
comment_flood_filter
Filters the comment flood status.