Cronjob Scheduler Plugin WordPress, Download, Install

Cronjob Scheduler Plugin WordPress

Cronjob Scheduler allows you to automate regular tasks and actions within your WordPress installation!

Cronjob Scheduler Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/cronjob-scheduler/

How to Install Cronjob Scheduler Plugin, Manually

  1. Upload cronjob-scheduler folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. You will now be able to manage your Cronjob schedule under Settings > Cronjob Scheduler
  4. Once on this page, follow the plugins instructions to ensure everything is setup and ready to go
  5. Instructions, and a template for creating new actions can be found in the plugin admin.

Running your cron tasks

Most shared providers offer a crontab manager, or you can speak to your shared hosting provider about setting up our cron job. If you manage the server, you can setup your cron using the crontab service. Make sure that wget is installed befor doing this.

Creating Custom Action Example

function my_cronjob_action () {     // code to execute on cron run } add_action('my_cronjob_action', 'my_cronjob_action');

Video

Screenshots

Cronjob Scheduler Plugin WordPress

Cronjob Scheduler Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

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