wp-config icerisine

define('DOING_CRON', true);
veya
define('DISABLE_WP_CRON', true);

veya temanizin functions.php icerisine

remove_action('init', 'wp_cron');