DEV Community

Discussion on: How to Automatically Share Your Wordpress Articles with Buffer and Cron

Collapse
 
ann profile image
Ann

WP system's own cron is triggered by the visitor, if there are no sufficient visitors, wp's cron may not be able to run as frequent as webmaster expects.
WordPress users can disable the WP Cron System by adding
define(‘DISABLE_WP_CRON’, true);
to your wp-config.php file, and use server cron or external cron service (like easycron.com).