wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/cron.php › WordPress File
Functions17
› WordPress Cron API
Function | Short description |
---|---|
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_cron | Registers _wp_cron() to run on the {@see 'wp_loaded'} action. |
wp_get_ready_cron_jobs | Retrieves cron jobs ready to be run. |
wp_get_schedule | Retrieves the name of the recurrence schedule for an event. |
wp_get_scheduled_event | Retrieves a scheduled event. |
wp_get_schedules | Retrieves supported event recurrence schedules. |
wp_next_scheduled | Retrieves the next timestamp for an event. |
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. |
wp_unschedule_event | Unschedules a previously scheduled event. |
wp_unschedule_hook | Unschedules all events attached to the hook. |
_get_cron_array | Retrieves cron info array option. |
_set_cron_array | Updates the cron option with the new cron array. |
_upgrade_cron_array | Upgrades a cron info array. |
_wp_cron | Runs scheduled callbacks or spawns cron for all scheduled events. |