How to schedule system cron

Note: For the following guide, please replace all domain.com to the domain of your Wordpress site. 


Plesk 

  1. Login to your Plesk control panel. 

  2. Click on Scheduled Tasks

  3. Click on +Add Task.

  4. Enter below command in the Command field. 

wget -q -O - https://domain.com/wp-cron.php?doing_wp_cron 

  1. Set the command to run Hourly and Do not notify. 

  2. Finally, click on OK to save it. 


cPanel:

  1. Login to your cPanel account. 

  2. Go to Cron Jobs

  3. Under common settings, select Once Per Hour. 

  4. Under Command, enter below code.
    wget -q -O - https://domain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

        5.Finally, click on Add New Cron Job. 

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.