Backend DevOps WordPress

Running cron job in WordPress projects

Running cron job is one of the most popular problems in any projects.

When we need to run cron job in WordPress projects, we can use “WP Crontrol” plugin which is powerful and easy to use.

WP Crontrol lets you view and control what’s happening in the WP-Cron system. From the admin screens you can:

  • View all cron events along with their arguments, recurrence, callback functions, and when they are next due.
  • Edit, delete, and immediately run any cron events.
  • Add new cron events.
  • Bulk delete cron events.
  • Add, edit, and remove custom cron schedules.

The admin screen will show you a warning message if your cron system doesn’t appear to be working (for example if your server can’t connect to itself to fire scheduled cron events).

USAGE

  1. Go to the Tools -> Cron Events menu to manage cron events.
  2. Go to the Settings -> Cron Schedules menu to manage cron schedules.

Click to here to see more details…

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *