WordPress Cron
20 Dec
A great way to take more control of your wp-cron and also slightly speed up wordpress is to disable cron and scheduled a cron job on your server to run wp-cron.php. You just need a server that supports cron jobs. In wp-config.php add: define(‘DISABLE_WP_CRON’, true); Be careful though, sometimes this has a negative effect on [...]
