This video demonstrates how to replace WordPress’ pseudo cron job functionality with a real Cron job that is handled by your server.
Code used in this video are:
define(‘DISABLE_WP_CRON’, true);
and
wget -q -O – http://yourwebsite.com/wp-cron.php?doing_wp_cron _/dev/null 2_&1
Feel free to copy and paste and modify to to your liking.
Duration: 6:27
Publisher: HostGator
You can watch this video also at the source.