WordPress uses an internal system as a virtual cron job, in order to execute scheduled tasks (publishing scheduled posts, checking updates, doing backups and so on)
It may happen, for optimizing resource usage or for debugging, that you need to suspend this cron job system.
You can easily disable it by adding following line of code to your site's wp-config.php:
define('DISABLE_WP_CRON', true);
Most Popular Articles
How to Access the WordPress Admin Dashboard
WordPress is an easy to work with CMS software. To access a WordPress account, please follow...
How to Remove Sample Comments and Posts From WordPress
You get sample comments and posts in a fresh WordPress install. You can easily remove them in the...
How to Write and Publish Your First Blog Post in WordPress
Writing your first blog post is a fascinating thing. Follow the steps below to do so in...
How to Remove a Post in WordPress
You can remove the published or draft post in WordPress.1. Log in to the WordPress dashboard. 2....
How to Bulk Delete Posts in WordPress
It is possible to delete posts in bulk using WordPress. You can also delete selected posts in...