[WordPress] Disable wp-cron
In WordPress, to disable wp-cron, you just need to add the following code to wp-config.php.
define('DISABLE_WP_CRON', true);
That’s all from the Gemba.