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 | Register _wp_cron() to run on the {@see 'wp_loaded'} action. |
wp_get_ready_cron_jobs | Retrieve cron jobs ready to be run. |
wp_get_schedule | Retrieve the recurrence schedule for an event. |
wp_get_scheduled_event | Retrieve a scheduled event. |
wp_get_schedules | Retrieve supported event recurrence schedules. |
wp_next_scheduled | Retrieve 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 | Unschedule a previously scheduled event. |
wp_unschedule_hook | Unschedules all events attached to the hook. |
_get_cron_array | Retrieve cron info array option. |
_set_cron_array | Updates the cron option with the new cron array. |
_upgrade_cron_array | Upgrade a Cron info array. |
_wp_cron | Run scheduled callbacks or spawn cron for all scheduled events. |