Create Cron Job in cPanel

  1. Login to cPanel
  2. Search for & locate “Cron Jobs” (typically found in the “Advanced” section)
  3. Add this command:
* * * * * wget -q -O - 'https://yoursite.com/wp-cron.php?doing_wp_cron&cron=true'
NOTE
Some shared hosting services will not allow cron jobs to run once per minute. This could mean your notifications will be sent later than intended. Please contact your host about cron job limitations.