CRONJOB issue
- Add the following line to the wp-config.php file:
define('DISABLE_WP_CRON', true);
- Set up a real cron job that runs at fixed intervals regardless of site traffic:
cd /home/samhuang.ca/realestatecoalharbour.com/public_html; php -q wp-cron.php