Not sure the exact answer but I have a theory that it is a 24 hour window. You can get around relying on wp-cron
and someone visiting your site every day by having your server handle your cron. Assuming you have cpanel, it’s fairly easy to do.
Then just have this run every 12 or 24 hours. By disabling wp-cron, you also reduce a little load on your server, as otherwise, wp-cron
will ask if it has jobs to do, every single time a page is loaded.
Related Posts:
- Is it normal for a scheduled post to say “Missed Schedule”
- Better handling of WP-CRON server load abuse
- Error trying to publish immediately. Post status = future (Missed schedule error)
- WordPress automatic publish: is there a timeout when WordPress won’t publish anymore?
- “Missed schedule” posting bug
- How to move post process to background
- Force Publish Future (Scheduled) Posts Immediately [duplicate]
- Running WP Cron on multisite the right way
- WP Cron Doesn’t Execute When Time Elapses
- Do WordPress cron jobs slow down page loading?
- WordPress cron isn’t scheduled on amazon web services
- Running WordPress on the Command Line – Turn off Delayed Output?
- Schedule WordPress Auto-Updates to only run during business hours
- How can I set a draft page as parent without publishing?
- Display a post’s publish date from 2112
- When does next Cron Job run (time from now)?
- Does blocking xmlrpc.php affect pinging update services like pingomatic
- Get frequency of scheduled event
- run a cron task without obstructing page load?
- I can’t preview post’s change once they are published
- Hourly WP schedule, do I need at least 1 visitor hourly?
- Why?: hundreds of empty files named wp-cron.php?doing_wp_cron.
- Can’t access wp_filesystem in cron function
- Multiple wp_schedule_event cron jobs in plugin cause multi-execution
- Publish post when edit post form submitted with enter/return pressed on keyboard
- WordPress Cron Schedule the if and else statement
- Schedule event every second thursday of the month
- Automated mark posts as featured every day
- Auto Delete Users (auto_delete_users)
- Is there any background process that I can run from plugin without depending on page hits on a website without affecting page-load speed?
- WordPress cron running twice
- wp_schedule_single_event function not working
- How ( and mostly at what time ) can i prevent the alternate cron from running?
- Is there a way to know if a post has been published through XML-RPC?
- get_terms on save_post hook
- Scheduling posts in database
- Scheduling posts on wordpress adds wrong seconds as post_date
- Why is wp-cron only executing on page visit?
- Will cron job run if page loaded is being served from cache?
- wp_schedule_event run in background or not?
- Disable “preview changes” button
- Can we have private drafts?
- How to schedule a cron job in plugin without waiting for page load request?
- Cron schedule not updating after run
- Update post meta on bulk edit / update
- export a csv file from the database with a cronjob
- Scheduling update post daily
- Can’t schedule post for another time
- wp_schedule_single_event not working: cron job is triggered but nothing gets executed
- WP All Import manual Cron
- wp-cron behaviour when there are multiple queued tasks
- WordPress action hooks related to scheduled posts not Fired
- Cron job not working – Can’t see in the queue attached
- Set post to unpublished after one week depending on condition
- WP cron doesn’t pass through my arguments
- Controlled publishing in WordPress
- Problems with cron
- Change the text of the publish button to Save
- How to force ‘cron_schedules’ every minute instead 1 hour?
- problem with publish date not always appearing [duplicate]
- How to use wp cron job to run a function
- How to set intervals in cron jobs?
- Cron job to run just once per day using external cron service
- Create wp_cront events dynamically upon user submission
- A unique wp_schedule_single_event() for each post?
- Manually running cron from the server
- Cron jobs when running multiple instances on the same DB
- How to Schedule Cronjobs for start of every month and year
- After I publish a post where does it go
- Schedule an action callback
- WordPress Cron job, 302 response
- WordPress cronjob get scheduled but function does not run
- Authors should not publish
- How to add custom status to quick edit
- i am making text changes on my page show in preview not on live site, why? [closed]
- Offloading cron jobs
- Can/should we delete wordpress cron jobs with no action?
- Time limit on long cron job?
- How does redirect work when publish date changes and date in url changes?
- Cron: Update four post at Hour
- Activate Plugin Automatically After Set Time
- Flush rewrite rules with scheduled event (cron)
- post_exists stops working in a scheduled event
- What am I doing wrong creating post draft via wp-cron? (wp_schedule_event & wp_insert_post)
- WP_CRON issue with UTC and local time
- Plugin with functions inside a class & how to trigger WP CRON
- Publish and go to page [duplicate]
- Schedule reminder at exact time
- WordPress Cron function is not working
- WordPress: Cron locking and Queue
- WP Cron as Fast as WordPress AJAX?
- Huge cron option_value into wp_options table
- setting up a wp cron job
- Adding custom cron_schedule prior to wp_schedule_event
- Duplicate post on publish
- Cron event running more than once if triggered from WP Crontrol
- Cron job for wp_cron.php running but not publishing scheduled posts
- How to know if WP cron is currently running my hook?
- Custom cronjob not executing at all, but manually
- ‘wp_site_health_scheduled_check’ Causes Failure Of Other Scripts