turn off the cron for now
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 27 Apr 2018 16:49:13 +0000 (12:49 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 27 Apr 2018 16:49:13 +0000 (12:49 -0400)
setup/adminHooks.php

index 67f4329..5d8f3c9 100644 (file)
  *
  *  Also note that parameters will be in the context of the main admin controller constructor.
   */
-add_filter(
-    'glm-member-db-dashboard-member-widgets',
-    function( $member = null ){
-        return $this->controller( 'dashboard', 'billing', $member );
-    },
-    9,
-    1
-);
+// add_filter(
+//     'glm-member-db-dashboard-member-widgets',
+//     function( $member = null ){
+//         return $this->controller( 'dashboard', 'billing', $member );
+//     },
+//     9,
+//     1
+// );
 
 /**
  * Setup cron task request to run billingFlagExpiredUsers