From: Steve Sutton Date: Fri, 27 Apr 2018 16:49:13 +0000 (-0400) Subject: turn off the cron for now X-Git-Tag: v1.0.0^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b24a3f38113666a47132b7d0e6466594682a9549;p=WP-Plugins%2Fglm-member-db-billing.git turn off the cron for now --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 67f4329..5d8f3c9 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -25,14 +25,14 @@ * * 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