[WordPress] Disable wp-cron

Tadashi Shigeoka ·  Fri, August 9, 2013

In WordPress, to disable wp-cron, you just need to add the following code to wp-config.php.

WordPress | ワードプレス

define('DISABLE_WP_CRON', true);

That’s all from the Gemba.