Important: In the following instructions, replace all instances of domain.com with the domain of your WordPress site.
Plesk
Access your Plesk control panel.
Select Scheduled Tasks
Click on +Add Task.
Input the command below in the Command field.
wget -q -O - https://domain.com/wp-cron.php?doing_wp_cron
Configure the task to run Hourly and select Do not notify.
Lastly, click on OK to save your settings.
cPanel:
Log in to your cPanel account.
Navigate to Cron Jobs
In the common settings, choose Once Per Hour.
In the Command field, insert the following 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.