Title: Remove timeoff requests
Last modified: August 31, 2016

---

# Remove timeoff requests

 *  Resolved [catorade](https://wordpress.org/support/users/catorade/)
 * (@catorade)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-timeoff-requests/)
 * hi is there a way to remove this from the navigation?
 * [https://wordpress.org/plugins/shiftcontroller/](https://wordpress.org/plugins/shiftcontroller/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [hitcode](https://wordpress.org/support/users/hitcode/)
 * (@hitcode)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-timeoff-requests/#post-7125539)
 * Hello,
    sorry only with the code hack at the moment, here’s the file for the 
   menu navigation configuration: shiftcontroller/application/config/menu.php
 * You will need to remove it from the $config array in 3 places, where it refers
   to ‘/timeoffs’ on lines 18, 70, 81
 * Or, way easier, add this code to the bottom of this file:
 *     ```
       unset( $config[USER_HC_MODEL::LEVEL_ADMIN . '/timeoffs'] );
       unset( $config[USER_HC_MODEL::LEVEL_MANAGER . '/timeoffs'] );
       unset( $config[USER_HC_MODEL::LEVEL_STAFF . '/timeoffs'] );
       ```
   
 *  Thread Starter [catorade](https://wordpress.org/support/users/catorade/)
 * (@catorade)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-timeoff-requests/#post-7125601)
 * Thank you that’s perfect – loving this plugin 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove timeoff requests’ is closed to new replies.

 * ![](https://ps.w.org/shiftcontroller/assets/icon-128x128.png?rev=1851172)
 * [ShiftController Employee Shift Scheduling](https://wordpress.org/plugins/shiftcontroller/)
 * [Support Threads](https://wordpress.org/support/plugin/shiftcontroller/)
 * [Active Topics](https://wordpress.org/support/plugin/shiftcontroller/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shiftcontroller/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shiftcontroller/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [catorade](https://wordpress.org/support/users/catorade/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/remove-timeoff-requests/#post-7125601)
 * Status: resolved