e.preventDefault(); // Prevent form submission input.blur(); // remove focus input.value = ""; // optional: clear the input

How to configure a cron job in WordPress?

A cron job is used to schedule tasks at periodic fixed times, dates, or intervals. It generally involves repetitive tasks that are automated to save time.

WordPress has its own built-in cron jobs that allows it to perform scheduled tasks such as publishing schedule posts, checking for updates, etc.

In this blog, we will see how to configure a custom cron job in WordPress.

Configure a custom cron job

First we need to install and activate the WP Crontrol plugin.

Once activated, Go to Tools » Cron Events page to control cron settings.

cron-job-01

Once visited, we can see a list of all cron events scheduled to run on our site.

Next, let’s see how to set up a custom cron job through this plugin.

Click on Add New to create a new cron job. Once clicked, we will get to see the following screen

cron-job-02

We need to provide a hook name for our cron event.

Next, if the function we want to execute requires arguments, then we can provide those arguments.

Next, enter when the cron should run next time. Lastly, we need to select a schedule. We can select hourly, daily, or once a week. We can also make it a non-repeating event.

Lastly, hit the Add Cron Event button to save your changes.

Our cron event will now appear in the events list which has all events listed.

But WordPress currently is not aware of what to do when this event is triggered. For that we need to add our hook and a function in functions.php file that runs when the cron hook is triggered.

add_action( ‘custom_cron’, ‘custom_cron_functtion’ );

function custom_cron_function() {
//code to execute the task
}

Lastly, Hit ‘Run Now’ link next to your cron event from the page where we can see a list of cron jobs to test it out.

Related Posts

Latest Posts

  • All Posts
  • Generative AI
  • manufacturing
  • News
  • Portfolio
    •   Back
    • Android
    • iOS
    • Java
    • PHP
    • MEAN
    • Ruby
    • DotNet
    • IoT
    • Cloud
    • Testing
    • Roku
    • CMS
    • Python

India

Plot No. 11/2, Phase 3, Hinjewadi Rajiv Gandhi Infotech Park, Pune, India – 411057.
info@tudip.com
+91-96-8990-0537

United States

1999 S. Bascom Ave Suite 700, Campbell CA. 95008, USA.
info@tudip.com
+1-408-216-8162

Canada

64 Caracas Road North York, Toronto Ontario M2K 1B1, Canada.
info@tudip.com

Mexico

Calle Amado Nervo #785 Interior B Colonia Ladron De Guevara 44600 Guadalajara, Jalisco, Mexico.
info@tudip.com

Colombia

Cra. 9 # 113-53 Of. 1405 Bogotá D.C., Colombia.
info@tudip.com

UAE

Tudip Information Technologies L.L.C Office No 109, ABU HAIL BUILDING 13, Abu Hail, Dubai, UAE.
info@tudip.com

Nigeria

22 Kumasi Crescent, Wuse 2, Abuja, Nigeria.
info@tudip.com