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/post.php: wp_publish_post() | Publish a post by transitioning the post status. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |