From: Chuck Scott Date: Thu, 15 Aug 2019 19:39:44 +0000 (-0400) Subject: Commented out 1 min cron test option. X-Git-Tag: v3.0.0^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=1e95ccc6a77121b2e15bc0013401b57df310dac1;p=WP-Plugins%2Fglm-serverstats.git Commented out 1 min cron test option. --- diff --git a/index.php b/index.php index aee5035..c638c68 100755 --- a/index.php +++ b/index.php @@ -352,7 +352,7 @@ function cron_add_minute( $schedules ) { if (apply_filters('glm-serverstats-is-provider', false) || true) { // Add a 1 minute schedule option for testing only - For testing only - add_filter( 'cron_schedules', 'cron_add_minute' ); + // add_filter( 'cron_schedules', 'cron_add_minute' ); // If there's no current cron for doing this, set it now $cronTimestamp = wp_next_scheduled( 'glm_serverstats_notify_cron' );