PublishPress Future not working (question about cron)
-
I’ve set up PublishPress Future for my custom post type (CPT) to remove a custom taxonomy (“Visibility”) 7 days after the post is published, at 6:17am. Unfortunately, the Visibility doesn’t ever change for my custom post type.
However, if I set up a CPT to remove a visibility in, for example, 15 minutes and then check on that CPT in 20-30 minutes, the custom taxonomy is removed successfully.
I have WP_Cron turned off for my website, and instead have a cronjob running every 10 minutes on my server calling WordPress’s cron. I have low traffic to my website, so this allows all the WP Cron jobs to run whether or not people are visiting my site.
Is this issue because of my cron setup? My understanding is that the cronjob on my server should trigger all events queued by WP Cron. Is that not the case?
(Side note: I have this same issue with PublishPress Revisions)
Thanks for any insights you have.
- You must be logged in to reply to this topic.