Update add_filter priority
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:25:34 +0000 (16:25 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 27 Sep 2016 20:25:34 +0000 (16:25 -0400)
To rearrange the dashboards

setup/adminHooks.php

index 53b04f7..adba05b 100644 (file)
@@ -51,6 +51,6 @@ add_filter(
         $content = $this->controller( 'dashboard', 'packaging', $member );
         return $content;
     },
-    11,
+    13,
     1
 );