From 0bfd6522079fa2fcf7db7d00f483e5830ae89182 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 1 May 2018 15:21:02 -0400 Subject: [PATCH] Setup the cron for expired users set for once per day --- setup/adminHooks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index f5917a4..81d1f8b 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -46,8 +46,8 @@ add_filter( array( 'menu' => 'ajax', 'action' => 'billingFlagExpiredUsers', - 'daysOfWeek' => range( 1, 7 ), - // 'times' => array( 5 ), + // 'daysOfWeek' => range( 1, 7 ), + 'times' => array( 5 ), 'times' => range( 0, 23 ), 'params' => array() ) -- 2.17.1