Create Cron Job in cPanel
- Login to cPanel
- Search for & locate âCron Jobsâ (typically found in the âAdvancedâ section)
- Add this command:
* * * * * wget -q -O - 'https://yoursite.com/wp-cron.php?doing_wp_cron&cron=true'

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.
