From: Steve Sutton Date: Tue, 27 Sep 2016 20:25:54 +0000 (-0400) Subject: Update add_filter priority X-Git-Tag: v1.1.0^2~1^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=15fc569439e3254bd4bb25df2a0d2817c93e32a4;p=WP-Plugins%2Fglm-member-db-leads.git Update add_filter priority To rearrange the dashboards --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index cdff438..ddd2941 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -43,6 +43,6 @@ add_filter( $content = $this->controller( 'dashboard', 'leads', $member ); return $content; }, - 11, + 14, 1 );