hide the application link
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Jan 2016 19:36:29 +0000 (14:36 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Jan 2016 19:36:29 +0000 (14:36 -0500)
controllers/admin.php

index 6f29e1e..a33915b 100644 (file)
@@ -37,14 +37,14 @@ class glm_employment_admin
      */
     public function add_job_menus()
     {
-        add_submenu_page(
-            'edit.php?post_type=' . GLM_EMP_POST_TYPE,
-            'applications',
-            'Applications',
-            'edit_posts',
-            'applications',
-            array($this, 'get_applications')
-        );
+        //add_submenu_page(
+            //'edit.php?post_type=' . GLM_EMP_POST_TYPE,
+            //'applications',
+            //'Applications',
+            //'edit_posts',
+            //'applications',
+            //array($this, 'get_applications')
+        //);
         add_submenu_page(
             'edit.php?post_type=' . GLM_EMP_POST_TYPE,
             'settings',