projects
/
WP-Plugins
/
glm-member-db-billing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca20e4
)
Setup the cron for expired users
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 1 May 2018 19:21:02 +0000
(15:21 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 1 May 2018 19:21:02 +0000
(15:21 -0400)
set for once per day
setup/adminHooks.php
patch
|
blob
|
history
diff --git
a/setup/adminHooks.php
b/setup/adminHooks.php
index
f5917a4
..
81d1f8b
100644
(file)
--- 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()
)