Comments on: How to Disable Cron for WordPress and Improve Performance https://www.greengeeks.com/tutorials/disable-cron-wordpress/ How-to Website Tutorials Mon, 07 Aug 2023 15:50:42 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: Okereke Divine https://www.greengeeks.com/tutorials/disable-cron-wordpress/#comment-83176 Thu, 15 Apr 2021 17:55:17 +0000 https://www.greengeeks.com/tutorials/?post_type=ht_kb&p=35483#comment-83176 Thanks for the article.
However, there’s a little problem, to disable the wp-cron, you said we should add this code “define(‘DISABLE_WP_CRON’, true);”

Looking at the screenshot provided shows that the code was actually just
define(‘DISABLE_WP_CRON’, true);

I was able to figure it out but some might not. Please look into it and act accordingly.
Thank you.

]]>