wp_cron
Posted: April 22nd, 2011, 10:00 pm
Hi Guys
Just wondering if the below statement will cause any issues with s2M
This to be added to the WP /includes/cron.php
Thank you
Sam
Just wondering if the below statement will cause any issues with s2M
This to be added to the WP /includes/cron.php
- Code: Select all
// Prevent spawning cron if it’s already active:
if ( get_option(‘doing_cron’) > time() )
return;
Thank you
Sam