From c7960c5e6375c7bc5d09e029c51358b3c3f927de Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 27 Sep 2016 16:25:34 -0400 Subject: [PATCH] Update add_filter priority To rearrange the dashboards --- setup/adminHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/adminHooks.php b/setup/adminHooks.php index 53b04f7..adba05b 100644 --- a/setup/adminHooks.php +++ b/setup/adminHooks.php @@ -51,6 +51,6 @@ add_filter( $content = $this->controller( 'dashboard', 'packaging', $member ); return $content; }, - 11, + 13, 1 ); -- 2.17.1