Hi @mikeloucas ,
Thank you for reaching out and for your feedback. We understand your concern and the frustration this situation might cause.
Our plugin schedules events for back-in-stock notifications using WordPress’s built-in WP Cron system, which relies on the site’s WP Cron configuration. While our plugin ensures the event is scheduled properly, the actual execution of the scheduled events depends on your site’s WP Cron setup. If WP Cron is disabled or not configured correctly, the events may not run as expected.
To ensure WP Cron works smoothly, please check:
Is WP Cron
enabled? Confirm that the constant DISABLE_WP_CRON
is not set to true in your wp-config.php
file.
Hosting environment: Some hosting providers disable WP Cron by default or suggest replacing it with a server-based cron job for better reliability.
Third-party interference: Check if any third-party plugins or server-level caching might be preventing WP Cron from firing.
We’d recommend consulting with your hosting provider to set up a real server-side cron job for more consistent and reliable execution.
If you’re still experiencing issues, feel free to reach out to us by open a new support thread, and we’d be happy to assist further!
Thanks.