Setup the cron for expired users
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 1 May 2018 19:21:02 +0000 (15:21 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 1 May 2018 19:21:02 +0000 (15:21 -0400)
set for once per day

setup/adminHooks.php

index f5917a4..81d1f8b 100644 (file)
@@ -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()
             )