From: Steve Sutton Date: Tue, 1 May 2018 19:21:02 +0000 (-0400) Subject: Setup the cron for expired users X-Git-Tag: v1.0.0^2~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0bfd6522079fa2fcf7db7d00f483e5830ae89182;p=WP-Plugins%2Fglm-member-db-billing.git Setup the cron for expired users set for once per day --- 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() )