How to Replace WordPress Cron with a Real Cron Job

9 Views
Published
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.
Category
HostGator
Be the first to comment