Correcting cron setup
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 1 May 2018 19:21:56 +0000 (15:21 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 1 May 2018 19:21:56 +0000 (15:21 -0400)
Correction

setup/adminHooks.php

index 81d1f8b..3622139 100644 (file)
@@ -46,9 +46,9 @@ add_filter(
             array(
                 'menu'       => 'ajax',
                 'action'     => 'billingFlagExpiredUsers',
-                // 'daysOfWeek' => range( 1, 7 ),
+                'daysOfWeek' => range( 1, 7 ),
                 'times'      => array( 5 ),
-                'times'      => range( 0, 23 ),
+                //'times'      => range( 0, 23 ),
                 'params'     => array()
             )
         );