From: Steve Sutton Date: Tue, 27 Sep 2016 20:24:35 +0000 (-0400) Subject: Update add_filter priority X-Git-Tag: v1.5.0^2~1^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=d6739529f7213328bc4ca95ec99d1b3bc3597d72;p=WP-Plugins%2Fglm-member-db-events.git Update add_filter priority To rearrange the dashboards. --- diff --git a/setup/adminHooks.php b/setup/adminHooks.php index f91e570..0ab28e6 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -31,6 +31,6 @@ add_filter( $content = $this->controller( 'dashboard', 'events', $member ); return $content; }, - 11, + 12, 1 );