Archive | /wp-includes/cron.php RSS feed for this section

wp_unschedule_event

Unschedule a previously scheduled cron job.The $timestamp and $hook parameters are required, so that the event can be identified.

4201

Continue reading

wp_schedule_single_event

Schedules a hook to run only once.Schedules a hook which will be executed once by the WordPress actions core at a time which you specify. The action will fire off when someone visits your WordPress site, if the schedule time has passed.

4089

Continue reading

wp_schedule_event

Schedule a periodic event.Schedules a hook which will be executed by the WordPress actions core on a specific interval, specified by you. The action will trigger when someone visits your WordPress site, if the scheduled time has passed.

4087

Continue reading