wp_cron

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