Hey guys
I was wondering if anyone had noticed warnings in WP that WP Cron is disabled
I noticed a few plugins informing me that WP cron is disabled.
After a bit of troubleshooting, the fix was to remove the line define( 'DISABLE_WP_CRON', 'false' ); from the wp-config.php file.
If I set it to false or true, the plugins would tell me WP cron is disabled.
Once I removed the line from wp-config.php, the error went away and my cron jobs in WP started working again.
Also during my troubleshooting, I discover this plugin https://en-ca.wordpress.org/plugins/wp-crontrol/
Found some old WP cron jobs that should have been removed, but were still hanging around.
I was wondering if anyone has noticed this.
I had Adam working with me on this as well. I have some other sites that I know use WP cron function, so I will be moving them over shortly to see how they go as well.