wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp-includes/cron.php › WordPress File

Funções17
WordPress Cron API


Function Short description
spawn_cronSends a request to run cron through HTTP request that doesn't halt page loading.
wp_clear_scheduled_hookUnschedules all events attached to the hook with the specified arguments.
wp_cronRegisters _wp_cron() to run on the {@see 'wp_loaded'} action.
wp_get_ready_cron_jobsRetrieves cron jobs ready to be run.
wp_get_scheduleRetrieves the name of the recurrence schedule for an event.
wp_get_scheduled_eventRetrieves a scheduled event.
wp_get_schedulesRetrieves supported event recurrence schedules.
wp_next_scheduledRetrieves the next timestamp for an event.
wp_reschedule_eventReschedules a recurring event.
wp_schedule_eventSchedules a recurring event.
wp_schedule_single_eventSchedules an event to run only once.
wp_unschedule_eventUnschedules a previously scheduled event.
wp_unschedule_hookUnschedules all events attached to the hook.
_get_cron_arrayRetrieves cron info array option.
_set_cron_arrayUpdates the cron option with the new cron array.
_upgrade_cron_arrayUpgrades a cron info array.
_wp_cronRuns scheduled callbacks or spawns cron for all scheduled events.