Do I need premium to call wp-cron from cron / crontab?
-
Some time ago, I reworked wp-cron, as described here. Basically, I added this to wp-config.php, to disable wp-cron defaults:
define(‘DISABLE_WP_CRON’, true);
and set up a job in crontab, that calls wp-cli every 20 minutes, to trigger wp-cron jobs.
Yesterday, I installed and configured Easy Updates Manager (basic/free). However, updates are not installing automatically as expected. While trying to troubleshoot, I noticed this on the Description tab when clicking the View details link for the Easy Updates Manager plugin.
Now, I think Easy Updates Manager (basic/free) automatic updates should work with the way I reworked wp-cron. I don’t think I need the webhook feature (highlighted above) for this to work? I would appreciate your input. Thank you!
- The topic ‘Do I need premium to call wp-cron from cron / crontab?’ is closed to new replies.