Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
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.