Why are my WordPress scheduled posts still late after I replaced WP-Cron with a 15-minute server cron?
A 15-minute server cron only gives WordPress a chance to process its queue every 15 minutes, so a post scheduled just after a tick can be nearly 15 minutes late even when it’s working normally. If some are much later, make sure the task actually triggers the r…
0 helpful votes