Thanks for the reply. I’ve installed a plugin so that I can see cron jobs. What I don’t know is which cron job publishes the scheduled events and the frequency it runs.
That’s actually a WordPress core feature and is handled by WordPress itself, the cron job for this is publish_future_post and the frequency is whatever it needed to be for your schedule as its unique to the specific post (EE events are a custom post type within WordPress).
If you install something like WP Crontrol and go to Tools -> Cron Events you’ll find something like this:
Thats a cron event specifically for a post within ID 171, it will run in 4 weeks 1 day, but not that it relies on WP_CRON, which isn’t precise.
Viewing 3 reply threads
The support post ‘Event Scheduler’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.