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
PriMoThemes — now s2Member® (official notice)
This is now a very OLD forum system. It's in READ-ONLY mode.
All community interaction now occurs at WP Sharks™. See: new forums @ WP Sharks™
// Prevent spawning cron if it’s already active:
if ( get_option(‘doing_cron’) > time() )
return;
Users browsing this forum: No registered users and 1 guest