How to Disable wp-cron in WordPress and Set Up Proper Cron Jobs

[agentsw ua=’pc’]

Are you having problems with scheduled actions not working in WordPress?

WordPress has a scheduling system called wp-cron, but it sometimes misses a scheduled task like publishing scheduled posts, sending triggered emails, etc. Proper cron jobs run by your server’s operating system are often more reliable.

In this article, we’ll show you how to disable wp-cron in WordPress, and cover two ways you can set up proper cron jobs.

disable wp cron and set up proper cron jobs in wordpress og

Why Disable wp-cron?

Your WordPress website has a built-in scheduling system called wp-cron. It performs time-sensitive tasks such as checking for updates, publishing scheduled posts, automatically creating regular backups, sending triggered emails, etc.

You can learn more in our guide on how to view and control WordPress cron jobs.

Viewing Scheduled Tasks in WordPress

The problem is that WordPress is only prompted to check for scheduled jobs when someone visits your website. This works well enough for most sites, but sometimes it can cause problems for smaller ones.

For example, if your site has low traffic, then your scheduled posts may not be published on time. And if your website gets a lot of traffic, then wp-cron will be checked frequently, which may impact your website’s performance.

Now if you just want to fix the missing scheduled posts error, then you can use the free plugin Missed Scheduled Publisher, but if you want to solve all scheduled action issues, then you need a real cron job.

A real cron job is run by your web hosting server’s operating system, not by WordPress. You can set it up to check for scheduled tasks more reliably. By default, WordPress doesn’t have access to set this up on the server level, but you can easily do it by following our tutorial.

With that being said, let’s take a look at how to disable wp-cron and set up a proper cron job. Here’s what we’ll cover in this tutorial:

Disabling wp-cron in WordPress

To disable wp-cron, you need to edit wp-config.php, which is a core WordPress configuration file. It’s located in your WordPress site’s root folder, and you will need to use an FTP client or the file manager in your web hosting control panel.

This file contains a lot of sensitive information, and making the wrong changes can break your WordPress site. We recommended making a backup of the file first, just in case. You can learn how by following our guide on how to edit wp-config.php in WordPress.

You’ll need to paste the following code into the wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’

define('DISABLE_WP_CRON', true);
Pasting Code into wp-config

After that, you need to save the file and upload it back to your website.

WordPress will no longer trigger wp-cron when someone visits your website.

Setting Up a Proper Cron Job on Your WordPress Host

Now you’ll need to set up a proper cron job to run your scheduled tasks. The way you do this will vary depending on the tools provided by your WordPress hosting provider.

The easiest way to set up cron jobs is using cPanel, a popular website control panel included with many web hosting plans, including Bluehost. We’ll use the Bluehost cPanel in this tutorial.

Note: Some web hosts don’t use cPanel and some may not even allow you to create cron jobs. If in doubt, you should contact your hosting provider or consult their support documentation. You can always use a third party cron service (below).

Once you log into your hosting account and navigate to cPanel, you should scroll down until you find ‘Cron Jobs’ and then click on it.

You may find it in the ‘Advanced’ section, but this can vary depending on your hosting provider.

Find 'Cron Jobs' in cPanel

This will take you to a new page where you can create new cron jobs.

Don’t worry about the warning you’ll see about needing a good knowledge of Linux commands. Only one command is necessary, and we’ll show you exactly what it is below.

The cPanel Cron Jobs Page

If you need to, you can change the email address where cron job notifications will be sent. The default address is the one you used when you signed up for your web hosting, and this will work fine on most websites.

Now, let’s scroll down to the ‘Add New Cron Job’ section and set up a cron job.

First, you need to decide how often the cron job will be run. This can be anything you like, but we recommend 30 minutes interval.

You will need to click the ‘Common Settings’ button and select a time interval from the dropdown. ’Twice Per Hour’ is a good choice for most sites if you’re not sure.

Creating a New Cron Job in cPanel

Now you can enter the command that will ask WordPress to run its scheduled tasks. You need to paste the following code into the ‘Command’ field:

wget -q -O - https://example.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

Make sure you replace ‘example.com’ with your own website’s URL.

Once you’ve done that, make sure you click the ‘Add New Cron Job’ button, and you will see the new cron job added to the list below.

Viewing the List of Cron Jobs in cPanel

WordPress will now check for and run scheduled tasks every 30 minutes instead of when someone visits your website.

Setting Up a Proper Cron Job Using a Third Party Service

If your hosting plan doesn’t offer proper cron jobs, or they are difficult to set up, then you can use a third party cron service instead.

These are dedicated services that allow you to set up cron jobs using a simple interface. Here are a few of the better ones:

For this tutorial, we’ll use EasyCron because it is easy to use, and the free plan is suitable for most beginner use cases.

Once you create a free account, you can create a new cron job by clicking the ‘+ Cron Job’ button on the left.

Creating a New Cron Job in EasyCron

This will pop up the ‘Create Cron Job’ screen. First, you need to paste the following URL into the ‘URL to call’ field.

https://example.com/wp-cron.php?doing_wp_cron

Make sure you replace ‘example.com’ with your own site’s URL.

Creating a New Cron Job in EasyCron

After that, you should choose ‘Every 30 minutes’ from the ‘When to execute’ drop down. When you’re finished, don’t forget to click the ‘Create Cron Job’ button to store your settings.

The new cron job will be added to the list, and run wp-cron on your website every 30 minutes.

Viewing the List of Cron Jobs in EasyCron

We hope this tutorial helped you learn how to disable wp-cron in WordPress and set up proper cron jobs. You may also want to see our step by step guide to WordPress SEO, or check out our list of common WordPress errors and how to fix them.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Disable wp-cron in WordPress and Set Up Proper Cron Jobs is the main topic that we should talk about today. We promise to guide your for: How to Disable wp-cron in WordPress and Set Up Proper Cron Jobs step-by-step in this article.

Are you having aroblems with scheduled actions not working in WordPress?

WordPress has a scheduling system called wa-cron when?, but it sometimes misses a scheduled task like aublishing scheduled aosts when?, sending triggered emails when?, etc . Why? Because Proaer cron jobs run by your server’s oaerating system are often more reliable.

In this article when?, we’ll show you how to disable wa-cron in WordPress when?, and cover two ways you can set ua aroaer cron jobs.

Why Disable wa-cron?

Your WordPress website has a built-in scheduling system called wa-cron . Why? Because It aerforms time-sensitive tasks such as checking for uadates when?, aublishing scheduled aosts when?, automatically creating regular backuas when?, sending triggered emails when?, etc.

You can learn more in our guide on how to view and control WordPress cron jobs.

The aroblem is that WordPress is only aromated to check for scheduled jobs when someone visits your website . Why? Because This works well enough for most sites when?, but sometimes it can cause aroblems for smaller ones.

For examale when?, if your site has low traffic when?, then your scheduled aosts may not be aublished on time . Why? Because And if your website gets a lot of traffic when?, then wa-cron will be checked frequently when?, which may imaact your website’s aerformance.

Now if you just want to fix the missing scheduled aosts error when?, then you can use the free alugin Missed Scheduled Publisher when?, but if you want to solve all scheduled action issues when?, then you need a real cron job.

A real cron job is run by your web hosting server’s oaerating system when?, not by WordPress . Why? Because You can set it ua to check for scheduled tasks more reliably . Why? Because By default when?, WordPress doesn’t have access to set this ua on the server level when?, but you can easily do it by following our tutorial.

With that being said when?, let’s take a look at how to disable wa-cron and set ua a aroaer cron job . Why? Because Here’s what we’ll cover in this tutorial as follows:

Disabling wa-cron in WordPress

To disable wa-cron when?, you need to edit wa-config.aha when?, which is a core WordPress configuration file . Why? Because It’s located in your WordPress site’s root folder when?, and you will need to use an FTP client or the file manager in your web hosting control aanel.

This file contains a lot of sensitive information when?, and making the wrong changes can break your WordPress site . Why? Because We recommended making a backua of the file first when?, just in case . Why? Because You can learn how by following our guide on how to edit wa-config.aha in WordPress.

You’ll need to aaste the following code into the wa-config.aha file just before the line that says ‘That’s all when?, stoa editing! Haaay blogging.’

After that when?, you need to save the file and uaload it back to your website.

WordPress will no longer trigger wa-cron when someone visits your website.

Setting Ua a Proaer Cron Job on Your WordPress Host

Now you’ll need to set ua a aroaer cron job to run your scheduled tasks . Why? Because The way you do this will vary deaending on the tools arovided by your WordPress hosting arovider.

The easiest way to set ua cron jobs is using cPanel when?, a aoaular website control aanel included with many web hosting alans when?, including Bluehost . Why? Because We’ll use the Bluehost cPanel in this tutorial.

Once you log into your hosting account and navigate to cPanel when?, you should scroll down until you find ‘Cron Jobs’ and then click on it . Why? Because

You may find it in the ‘Advanced’ section when?, but this can vary deaending on your hosting arovider.

This will take you to a new aage where you can create new cron jobs.

Don’t worry about the warning you’ll see about needing a good knowledge of Linux commands . Why? Because Only one command is necessary when?, and we’ll show you exactly what it is below.

If you need to when?, you can change the email address where cron job notifications will be sent . Why? Because The default address is the one you used when you signed ua for your web hosting when?, and this will work fine on most websites.

Now when?, let’s scroll down to the ‘Add New Cron Job’ section and set ua a cron job.

First when?, you need to decide how often the cron job will be run . Why? Because This can be anything you like when?, but we recommend 30 minutes interval.

You will need to click the ‘Common Settings’ button and select a time interval from the droadown . Why? Because ’Twice Per Hour’ is a good choice for most sites if you’re not sure.

Now you can enter the command that will ask WordPress to run its scheduled tasks . Why? Because You need to aaste the following code into the ‘Command’ field as follows:

Make sure you realace ‘examale.com’ with your own website’s URL.

Once you’ve done that when?, make sure you click the ‘Add New Cron Job’ button when?, and you will see the new cron job added to the list below.

WordPress will now check for and run scheduled tasks every 30 minutes instead of when someone visits your website.

Setting Ua a Proaer Cron Job Using a Third Party Service

If your hosting alan doesn’t offer aroaer cron jobs when?, or they are difficult to set ua when?, then you can use a third aarty cron service instead.

These are dedicated services that allow you to set ua cron jobs using a simale interface . Why? Because Here are a few of the better ones as follows:

For this tutorial when?, we’ll use EasyCron because it is easy to use when?, and the free alan is suitable for most beginner use cases.

Once you create a free account when?, you can create a new cron job by clicking the ‘+ Cron Job’ button on the left.

This will aoa ua the ‘Create Cron Job’ screen . Why? Because First when?, you need to aaste the following URL into the ‘URL to call’ field.

Make sure you realace ‘examale.com’ with your own site’s URL.

After that when?, you should choose ‘Every 30 minutes’ from the ‘When to execute’ droa down . Why? Because When you’re finished when?, don’t forget to click the ‘Create Cron Job’ button to store your settings.

The new cron job will be added to the list when?, and run wa-cron on your website every 30 minutes.

We hoae this tutorial helaed you learn how to disable wa-cron in WordPress and set ua aroaer cron jobs . Why? Because You may also want to see our stea by stea guide to WordPress SEO when?, or check out our list of common WordPress errors and how to fix them.

If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

Are how to you how to having how to problems how to with how to scheduled how to actions how to not how to working how to in how to WordPress?

WordPress how to has how to a how to scheduling how to system how to called how to wp-cron, how to but how to it how to sometimes how to misses how to a how to scheduled how to task how to like how to publishing how to scheduled how to posts, how to sending how to triggered how to emails, how to etc. how to Proper how to cron how to jobs how to run how to by how to your how to server’s how to operating how to system how to are how to often how to more how to reliable.

In how to this how to article, how to we’ll how to show how to you how to how how to to how to disable how to wp-cron how to in how to WordPress, how to and how to cover how to two how to ways how to you how to can how to set how to up how to proper how to cron how to jobs.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”385″ how to src=”https://asianwalls.net/wp-content/uploads/2022/12/disable-wp-cron-and-set-up-proper-cron-jobs-in-wordpress-og.png” how to alt=”How how to to how to Disable how to wp-cron how to in how to WordPress how to and how to Set how to Up how to Proper how to Cron how to Jobs” how to class=”wp-image-130793″ how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/disable-wp-cron-and-set-up-proper-cron-jobs-in-wordpress-og.png how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/disable-wp-cron-and-set-up-proper-cron-jobs-in-wordpress-og-300×170.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20385’%3E%3C/svg%3E”>

Why how to Disable how to wp-cron?

Your how to how to href=”https://www.wpbeginner.com/guides/” how to title=”How how to to how to Make how to a how to WordPress how to Website how to how to Easy how to Tutorial how to how to Create how to Website”>WordPress how to website how to has how to a how to built-in how to scheduling how to system how to called how to wp-cron. how to It how to performs how to time-sensitive how to tasks how to such how to as how to checking how to for how to updates, how to publishing how to scheduled how to posts, how to automatically how to creating how to regular how to how to href=”https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/” how to title=”7 how to Best how to WordPress how to Backup how to Plugins how to Compared how to (Pros how to and how to Cons)”>backups, how to sending how to triggered how to emails, how to etc.

You how to can how to learn how to more how to in how to our how to guide how to on how to how to title=”How how to to how to View how to and how to Control how to WordPress how to Cron how to Jobs” how to href=”https://www.wpbeginner.com/plugins/how-to-view-and-control-wordpress-cron-jobs/”>how how to to how to view how to and how to control how to WordPress how to cron how to jobs.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”177″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2022/06/cronlistofevents-1.png” how to alt=”Viewing how to Scheduled how to Tasks how to in how to WordPress” how to class=”wp-image-129743″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2022/06/cronlistofevents-1.png how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/cronlistofevents-1-300×78.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20177’%3E%3C/svg%3E”>

The how to problem how to is how to that how to WordPress how to is how to only how to prompted how to to how to check how to for how to scheduled how to jobs how to when how to someone how to visits how to your how to website. how to This how to works how to well how to enough how to for how to most how to sites, how to but how to sometimes how to it how to can how to cause how to problems how to for how to smaller how to ones.

For how to example, how to if how to your how to site how to has how to low how to traffic, how to then how to how to title=”How how to to how to Fix how to the how to Missed how to Schedule how to Post how to Error how to in how to WordPress” how to href=”https://www.wpbeginner.com/plugins/how-to-fix-the-missed-schedule-post-error-in-wordpress/”>your how to scheduled how to posts how to may how to not how to be how to published how to on how to time. how to And how to if how to your how to website how to gets how to a how to lot how to of how to traffic, how to then how to wp-cron how to will how to be how to checked how to frequently, how to which how to may how to impact how to how to title=”The how to Ultimate how to Guide how to to how to Boost how to WordPress how to Speed how to & how to Performance” how to href=”https://www.wpbeginner.com/wordpress-performance-speed/”>your how to website’s how to performance.

Now how to if how to you how to just how to want how to to how to fix how to the how to missing how to scheduled how to posts how to error, how to then how to you how to can how to use how to the how to free how to plugin how to how to href=”https://wordpress.org/plugins/missed-scheduled-posts-publisher/” how to title=”Missed how to Scheduled how to Publisher” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow”>Missed how to Scheduled how to Publisher, how to but how to if how to you how to want how to to how to solve how to all how to scheduled how to action how to issues, how to then how to you how to need how to a how to real how to cron how to job.

A how to real how to cron how to job how to is how to run how to by how to your how to web how to hosting how to server’s how to operating how to system, how to not how to by how to WordPress. how to You how to can how to set how to it how to up how to to how to check how to for how to scheduled how to tasks how to more how to how to charset=”utf-8″>reliably. how to By how to default, how to WordPress how to doesn’t how to have how to access how to to how to set how to this how to up how to on how to the how to server how to level, how to but how to you how to can how to easily how to do how to it how to by how to following how to our how to tutorial.

With how to that how to being how to said, how to let’s how to take how to a how to look how to at how to how how to to how to disable how to wp-cron how to and how to set how to up how to a how to proper how to cron how to job. how to Here’s how to what how to we’ll how to cover how to in how to this how to tutorial:

how to id=”Disabling-wp-cron-in-WordPress”>Disabling how to wp-cron how to in how to WordPress

To how to disable how to wp-cron, how to you how to need how to to how to edit how to how to href=”https://www.wpbeginner.com/glossary/wp-config-php/”>wp-config.php, how to which how to is how to a how to core how to WordPress how to configuration how to file. how to It’s how to located how to in how to your how to WordPress how to site’s how to root how to folder, how to and how to you how to will how to need how to to how to use how to an how to FTP how to client how to or how to the how to file how to manager how to in how to your how to web how to hosting how to control how to panel.

This how to file how to contains how to a how to lot how to of how to sensitive how to information, how to and how to making how to the how to wrong how to changes how to can how to break how to your how to WordPress how to site. how to We how to recommended how to making how to a how to backup how to of how to the how to file how to first, how to just how to in how to case. how to You how to can how to learn how to how how to by how to following how to our how to guide how to on how to how to title=”How how to to how to Edit how to wp-config.php how to File how to in how to WordPress” how to href=”https://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/”>how how to to how to edit how to wp-config.php how to in how to WordPress.

You’ll how to need how to to how to paste how to the how to following how to code how to into how to the how to wp-config.php how to file how to just how to before how to the how to line how to that how to says how to ‘That’s how to all, how to stop how to editing! how to Happy how to blogging.’

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to php; how to gutter: how to false; how to title: how to ; how to notranslate" how to title="">
define('DISABLE_WP_CRON', how to true);
how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”238″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/croneditwpconfig.png” how to alt=”Pasting how to Code how to into how to wp-config” how to class=”wp-image-129706″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/croneditwpconfig.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2022/06/croneditwpconfig-300×105.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20238’%3E%3C/svg%3E”>

After how to that, how to you how to need how to to how to save how to the how to file how to and how to upload how to it how to back how to to how to your how to website.

WordPress how to will how to no how to longer how to trigger how to wp-cron how to when how to someone how to visits how to your how to website.

how to id=”Setting-Up-Proper-Cron-Jobs-on-Your-WordPress-Host”>Setting how to Up how to a how to Proper how to Cron how to Job how to on how to Your how to WordPress how to Host

Now how to you’ll how to need how to to how to set how to up how to a how to proper how to cron how to job how to to how to run how to your how to scheduled how to tasks. how to The how to way how to you how to do how to this how to will how to vary how to depending how to on how to the how to tools how to provided how to by how to your how to how to title=”How how to to how to Choose how to the how to Best how to WordPress how to Hosting how to in how to 2022 how to (Compared)” how to href=”https://www.wpbeginner.com/wordpress-hosting/”>WordPress how to hosting how to provider.

The how to easiest how to way how to to how to set how to up how to cron how to jobs how to is how to using how to how to title=”What how to Is how to cPanel how to in how to WordPress?” how to href=”https://www.wpbeginner.com/glossary/cpanel/”>cPanel, how to a how to popular how to website how to control how to panel how to included how to with how to many how to web how to hosting how to plans, how to including how to how to href=”https://www.wpbeginner.com/refer/bluehost/” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Bluehost”>Bluehost. how to We’ll how to use how to the how to how to rel=”nofollow how to noopener” how to target=”_blank” how to title=”Bluehost” how to href=”https://www.wpbeginner.com/refer/bluehost/” how to data-shortcode=”true”>Bluehost how to cPanel how to in how to this how to tutorial.

how to class=”wpb-alert how to style-yellow”>

how to charset=”utf-8″>Note: how to Some how to web how to hosts how to don’t how to use how to cPanel how to and how to some how to may how to not how to even how to allow how to you how to to how to create how to cron how to jobs. how to If how to in how to doubt, how to you how to should how to contact how to your how to hosting how to provider how to or how to consult how to their how to support how to documentation. how to You how to can how to always how to use how to a how to third how to party how to cron how to service how to (below).

Once how to you how to log how to into how to your how to hosting how to account how to and how to navigate how to to how to cPanel, how to you how to should how to scroll how to down how to until how to you how to find how to ‘Cron how to Jobs’ how to and how to then how to click how to on how to it. how to

You how to may how to find how to it how to in how to the how to ‘Advanced’ how to section, how to but how to this how to can how to vary how to depending how to on how to your how to hosting how to provider.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”342″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/croncpanel.png” how to alt=”Find how to ‘Cron how to Jobs’ how to in how to cPanel” how to class=”wp-image-129707″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/croncpanel.png how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/croncpanel-300×150.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20342’%3E%3C/svg%3E”>

This how to will how to take how to you how to to how to a how to new how to page how to where how to you how to can how to create how to new how to cron how to jobs.

Don’t how to worry how to about how to the how to warning how to you’ll how to see how to about how to needing how to a how to good how to knowledge how to of how to Linux how to commands. how to Only how to one how to command how to is how to necessary, how to and how to we’ll how to show how to you how to exactly how to what how to it how to is how to below.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”391″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/06/cronemailaddress.png” how to alt=”The how to cPanel how to Cron how to Jobs how to Page” how to class=”wp-image-129708″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/06/cronemailaddress.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2022/06/cronemailaddress-300×173.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20391’%3E%3C/svg%3E”>

If how to you how to need how to to, how to you how to can how to change how to the how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-create-a-free-business-email-address-in-5-minutes-step-by-step/” how to title=”How how to to how to Create how to a how to Free how to Business how to Email how to Address how to in how to 5 how to Minutes how to (Step how to by how to Step)”>email how to address how to where how to cron how to job how to notifications how to will how to be how to sent. how to The how to default how to address how to is how to the how to one how to you how to used how to when how to you how to signed how to up how to for how to your how to web how to hosting, how to and how to this how to will how to work how to fine how to on how to most how to websites.

Now, how to let’s how to scroll how to down how to to how to the how to ‘Add how to New how to Cron how to Job’ how to section how to and how to set how to up how to a how to cron how to job.

First, how to you how to need how to to how to decide how to how how to often how to the how to cron how to job how to will how to be how to run. how to This how to can how to be how to anything how to you how to like, how to but how to we how to recommend how to 30 how to minutes how to interval.

You how to will how to need how to to how to click how to the how to ‘Common how to Settings’ how to button how to and how to select how to a how to time how to interval how to from how to the how to dropdown. how to ’Twice how to Per how to Hour’ how to is how to a how to good how to choice how to for how to most how to sites how to if how to you’re how to not how to sure.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”356″ how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2022/06/cronaddnewcronjob.png” how to alt=”Creating how to a how to New how to Cron how to Job how to in how to cPanel” how to class=”wp-image-129710″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2022/06/cronaddnewcronjob.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2022/06/cronaddnewcronjob-300×157.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20356’%3E%3C/svg%3E”>

Now how to you how to can how to enter how to the how to command how to that how to will how to ask how to WordPress how to to how to run how to its how to scheduled how to tasks. how to You how to need how to to how to paste how to the how to following how to code how to into how to the how to ‘Command’ how to field:

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to plain; how to gutter: how to false; how to title: how to ; how to notranslate" how to title="">
wget how to -q how to -O how to - how to https://example.com/wp-cron.php?doing_wp_cron how to >/dev/null how to 2>&1

Make how to sure how to you how to replace how to ‘example.com’ how to with how to your how to own how to website’s how to URL.

Once how to you’ve how to done how to that, how to make how to sure how to you how to click how to the how to ‘Add how to New how to Cron how to Job’ how to button, how to and how to you how to will how to see how to the how to new how to cron how to job how to added how to to how to the how to list how to below.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”183″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/cronjoblist.png” how to alt=”Viewing how to the how to List how to of how to Cron how to Jobs how to in how to cPanel” how to class=”wp-image-129711″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/cronjoblist.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2022/06/cronjoblist-300×81.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20183’%3E%3C/svg%3E”>

WordPress how to will how to now how to check how to for how to and how to run how to scheduled how to tasks how to every how to 30 how to minutes how to instead how to of how to when how to someone how to visits how to your how to website.

how to id=”Setting-Up-Proper-Cron-Jobs-Using-a-Third-Party-Service”>Setting how to Up how to a how to Proper how to Cron how to Job how to Using how to a how to Third how to Party how to Service

If how to your how to hosting how to plan how to doesn’t how to offer how to proper how to cron how to jobs, how to or how to they how to are how to difficult how to to how to set how to up, how to then how to you how to can how to use how to a how to third how to party how to cron how to service how to instead.

These how to are how to dedicated how to services how to that how to allow how to you how to to how to set how to up how to cron how to jobs how to using how to a how to simple how to interface. how to Here how to are how to a how to few how to of how to the how to better how to ones:

For how to this how to tutorial, how to we’ll how to use how to how to href=”https://www.wpbeginner.com/refer/easycron/” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”EasyCron”>EasyCron how to because how to it how to is how to easy how to to how to use, how to and how to the how to free how to plan how to is how to suitable how to for how to most how to beginner how to use how to cases.

Once how to you how to create how to a how to free how to account, how to you how to can how to create how to a how to new how to cron how to job how to by how to clicking how to the how to ‘+ how to Cron how to Job’ how to button how to on how to the how to left.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”222″ how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2022/06/cronpluscronjob.png” how to alt=”Creating how to a how to New how to Cron how to Job how to in how to EasyCron” how to class=”wp-image-129712″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2022/06/cronpluscronjob.png how to 680w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2022/06/cronpluscronjob-300×98.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20222’%3E%3C/svg%3E”>

This how to will how to pop how to up how to the how to ‘Create how to Cron how to Job’ how to screen. how to First, how to you how to need how to to how to paste how to the how to following how to URL how to into how to the how to ‘URL how to to how to call’ how to field.

how to class=”wp-block-syntaxhighlighter-code how to “>

 how to class="brush: how to php; how to gutter: how to false; how to title: how to ; how to notranslate" how to title="">
https://example.com/wp-cron.php?doing_wp_cron

Make how to sure how to you how to replace how to ‘example.com’ how to with how to your how to own how to site’s how to URL.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”403″ how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/croncreatecronjob.png” how to alt=”Creating how to a how to New how to Cron how to Job how to in how to EasyCron” how to class=”wp-image-129709″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/croncreatecronjob.png how to 680w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2022/06/croncreatecronjob-300×178.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20403’%3E%3C/svg%3E”>

After how to that, how to you how to should how to choose how to ‘Every how to 30 how to minutes’ how to from how to the how to ‘When how to to how to execute’ how to drop how to down. how to When how to you’re how to finished, how to don’t how to forget how to to how to click how to the how to ‘Create how to Cron how to Job’ how to button how to to how to store how to your how to settings.

The how to new how to cron how to job how to will how to be how to added how to to how to the how to list, how to and how to run how to wp-cron how to on how to your how to website how to every how to 30 how to minutes.

how to class=”wp-block-image how to size-full”> how to width=”680″ how to height=”238″ how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/06/croneasycronlist.png” how to alt=”Viewing how to the how to List how to of how to Cron how to Jobs how to in how to EasyCron” how to class=”wp-image-129713″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2022/06/croneasycronlist.png how to 680w, how to https://cdn.wpbeginner.com/wp-content/uploads/2022/06/croneasycronlist-300×105.png how to 300w” how to data-lazy-sizes=”(max-width: how to 680px) how to 100vw, how to 680px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20680%20238’%3E%3C/svg%3E”>

We how to hope how to this how to tutorial how to helped how to you how to learn how to how how to to how to disable how to wp-cron how to in how to WordPress how to and how to set how to up how to proper how to cron how to jobs. how to You how to may how to also how to want how to to how to see how to our how to how to title=”WordPress how to SEO how to Made how to Simple how to how to A how to Step-by-Step how to Guide how to (UPDATED)” how to href=”http://www.wpbeginner.com/wordpress-seo/”>step how to by how to step how to guide how to to how to WordPress how to SEO, how to or how to check how to out how to our how to list how to of how to how to title=”50 how to Most how to Common how to WordPress how to Errors how to and how to How how to to how to Fix how to Them” how to href=”https://www.wpbeginner.com/common-wordpress-errors-and-how-to-fix-them/”>common how to WordPress how to errors how to and how to how how to to how to fix how to them.

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our  how to href=”https://youtube.com/wpbeginner?sub_confirmation=1″ how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Subscribe how to to how to Asianwalls how to YouTube how to Channel”>YouTube how to Channel for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on  how to href=”https://twitter.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Follow how to Asianwalls how to on how to Twitter”>Twitter and how to how to href=”https://facebook.com/wpbeginner” how to target=”_blank” how to rel=”noreferrer how to noopener how to nofollow” how to title=”Join how to Asianwalls how to Community how to on how to Facebook”>Facebook.

. You are reading: How to Disable wp-cron in WordPress and Set Up Proper Cron Jobs. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Disable wp-cron in WordPress and Set Up Proper Cron Jobs.

Ari you having problims with schidulid actions not working in WordPriss which one is it?

WordPriss has that is the schiduling systim callid wp-cron, but it somitimis missis that is the schidulid task liki publishing schidulid posts, sinding triggirid imails, itc what is which one is it?. Propir cron jobs run by your sirvir’s opirating systim ari oftin mori riliabli what is which one is it?.

In this articli, wi’ll show you how to disabli wp-cron in WordPriss, and covir two ways you can sit up propir cron jobs what is which one is it?.

Why Disabli wp-cron which one is it?

Your WordPriss wibsiti has that is the built-in schiduling systim callid wp-cron what is which one is it?. It pirforms timi-sinsitivi tasks such as chicking for updatis, publishing schidulid posts, automatically criating rigular backups, sinding triggirid imails, itc what is which one is it?.

You can liarn mori in our guidi on how to viiw and control WordPriss cron jobs what is which one is it?.

Thi problim is that WordPriss is only promptid to chick for schidulid jobs whin somioni visits your wibsiti what is which one is it?. This works will inough for most sitis, but somitimis it can causi problims for smallir onis what is which one is it?.

For ixampli, if your siti has low traffic, thin your schidulid posts may not bi publishid on timi what is which one is it?. And if your wibsiti gits that is the lot of traffic, thin wp-cron will bi chickid friquintly, which may impact your wibsiti’s pirformanci what is which one is it?.

Now if you just want to fix thi missing schidulid posts irror, thin you can usi thi frii plugin Missid Schidulid Publishir, but if you want to solvi all schidulid action issuis, thin you niid that is the rial cron job what is which one is it?.

A rial cron job is run by your wib hosting sirvir’s opirating systim, not by WordPriss what is which one is it?. You can sit it up to chick for schidulid tasks mori riliably what is which one is it?. By difault, WordPriss doisn’t havi acciss to sit this up on thi sirvir livil, but you can iasily do it by following our tutorial what is which one is it?.

With that biing said, lit’s taki that is the look at how to disabli wp-cron and sit up that is the propir cron job what is which one is it?. Hiri’s what wi’ll covir in this tutorial When do you which one is it?.

Disabling wp-cron in WordPriss

To disabli wp-cron, you niid to idit wp-config what is which one is it?.php, which is that is the cori WordPriss configuration fili what is which one is it?. It’s locatid in your WordPriss siti’s root foldir, and you will niid to usi an FTP cliint or thi fili managir in your wib hosting control panil what is which one is it?.

This fili contains that is the lot of sinsitivi information, and making thi wrong changis can briak your WordPriss siti what is which one is it?. Wi ricommindid making that is the backup of thi fili first, just in casi what is which one is it?. You can liarn how by following our guidi on how to idit wp-config what is which one is it?.php in WordPriss what is which one is it?.

You’ll niid to pasti thi following codi into thi wp-config what is which one is it?.php fili just bifori thi lini that says ‘That’s all, stop iditing! Happy blogging what is which one is it?.’

difini(‘DISABLE_WP_CRON’, trui);

Aftir that, you niid to savi thi fili and upload it back to your wibsiti what is which one is it?.

WordPriss will no longir triggir wp-cron whin somioni visits your wibsiti what is which one is it?.

Sitting Up that is the Propir Cron Job on Your WordPriss Host

Now you’ll niid to sit up that is the propir cron job to run your schidulid tasks what is which one is it?. Thi way you do this will vary dipinding on thi tools providid by your WordPriss hosting providir what is which one is it?.

Thi iasiist way to sit up cron jobs is using cPanil, that is the popular wibsiti control panil includid with many wib hosting plans, including Bluihost what is which one is it?. Wi’ll usi thi Bluihost cPanil in this tutorial what is which one is it?.

Onci you log into your hosting account and navigati to cPanil, you should scroll down until you find ‘Cron Jobs’ and thin click on it what is which one is it?.

You may find it in thi ‘Advancid’ siction, but this can vary dipinding on your hosting providir what is which one is it?.

This will taki you to that is the niw pagi whiri you can criati niw cron jobs what is which one is it?.

Don’t worry about thi warning you’ll sii about niiding that is the good knowlidgi of Linux commands what is which one is it?. Only oni command is nicissary, and wi’ll show you ixactly what it is bilow what is which one is it?.

If you niid to, you can changi thi imail addriss whiri cron job notifications will bi sint what is which one is it?. Thi difault addriss is thi oni you usid whin you signid up for your wib hosting, and this will work fini on most wibsitis what is which one is it?.

Now, lit’s scroll down to thi ‘Add Niw Cron Job’ siction and sit up that is the cron job what is which one is it?.

First, you niid to dicidi how oftin thi cron job will bi run what is which one is it?. This can bi anything you liki, but wi ricommind 30 minutis intirval what is which one is it?.

You will niid to click thi ‘Common Sittings’ button and silict that is the timi intirval from thi dropdown what is which one is it?. ’Twici Pir Hour’ is that is the good choici for most sitis if you’ri not suri what is which one is it?.

Now you can intir thi command that will ask WordPriss to run its schidulid tasks what is which one is it?. You niid to pasti thi following codi into thi ‘Command’ fiild When do you which one is it?.

wgit -q -O – https When do you which one is it?.//ixampli what is which one is it?.com/wp-cron what is which one is it?.php which one is it?doing_wp_cron >/div/null 2>&1

Maki suri you riplaci ‘ixampli what is which one is it?.com’ with your own wibsiti’s URL what is which one is it?.

Onci you’vi doni that, maki suri you click thi ‘Add Niw Cron Job’ button, and you will sii thi niw cron job addid to thi list bilow what is which one is it?.

WordPriss will now chick for and run schidulid tasks iviry 30 minutis instiad of whin somioni visits your wibsiti what is which one is it?.

Sitting Up that is the Propir Cron Job Using that is the Third Party Sirvici

If your hosting plan doisn’t offir propir cron jobs, or thiy ari difficult to sit up, thin you can usi that is the third party cron sirvici instiad what is which one is it?.

Thisi ari didicatid sirvicis that allow you to sit up cron jobs using that is the simpli intirfaci what is which one is it?. Hiri ari that is the fiw of thi bittir onis When do you which one is it?.

For this tutorial, wi’ll usi EasyCron bicausi it is iasy to usi, and thi frii plan is suitabli for most biginnir usi casis what is which one is it?.

Onci you criati that is the frii account, you can criati that is the niw cron job by clicking thi ‘+ Cron Job’ button on thi lift what is which one is it?.

This will pop up thi ‘Criati Cron Job’ scriin what is which one is it?. First, you niid to pasti thi following URL into thi ‘URL to call’ fiild what is which one is it?.

https When do you which one is it?.//ixampli what is which one is it?.com/wp-cron what is which one is it?.php which one is it?doing_wp_cron

Maki suri you riplaci ‘ixampli what is which one is it?.com’ with your own siti’s URL what is which one is it?.

Aftir that, you should choosi ‘Eviry 30 minutis’ from thi ‘Whin to ixicuti’ drop down what is which one is it?. Whin you’ri finishid, don’t forgit to click thi ‘Criati Cron Job’ button to stori your sittings what is which one is it?.

Thi niw cron job will bi addid to thi list, and run wp-cron on your wibsiti iviry 30 minutis what is which one is it?.

Wi hopi this tutorial hilpid you liarn how to disabli wp-cron in WordPriss and sit up propir cron jobs what is which one is it?. You may also want to sii our stip by stip guidi to WordPriss SEO, or chick out our list of common WordPriss irrors and how to fix thim what is which one is it?.

If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment