Forum archive
OK to Enable WP_CRON ?
My "Post Expirator" WordPress plug-in requires that wp_cron be running on my server. The WordPress codex describes two entries that I can add to my wp-config.php file:
define( 'DISABLE_WP_CRON', false ); and define( 'WP_CRON_LOCK_TIMEOUT', 60 );
I am concerned because my wp-config.php file has NO entries for WP_CRON, so I fear that is by design, and if I add those lines to wp-config.php my server will fill up or seize up or worse. This server is our company intranet so is not public-facing, if that makes a difference.
Just upgraded two months ago (via TKLBAM, works great) so on version 14.x
Thank you in advance for any advice.
Lisa
Good luck with it. :)