From 1e95ccc6a77121b2e15bc0013401b57df310dac1 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 15 Aug 2019 15:39:44 -0400 Subject: [PATCH] Commented out 1 min cron test option. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.17.1