Uses
Uses | Description |
---|---|
wp-includes/cron.php: wp_clear_scheduled_hook() | Unschedules all events attached to the hook with the specified arguments. |
wp-includes/cron.php: wp_schedule_single_event() | Schedules an event to run only once. |
wp-includes/formatting.php: get_gmt_from_date() | Given a date in the timezone of the site, returns that date in UTC. |