Title: Maintenance Mode Exceptions
Last modified: December 13, 2020

---

# Maintenance Mode Exceptions

 *  [Seven](https://wordpress.org/support/users/sevenaxys/)
 * (@sevenaxys)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/maintenance-mode-exceptions/)
 * Hello,
 * Need a bit of help over here.
 * is there any way to make a specific page accesible to everybody while Maintenance
   Mode is ON?
 * I was able to achieve this by editing the **“maintenance-mode.php”** file.
 * I added this after line 112:
 *     ```
       $mypage = is_page('login');
   
       		if ( $mypage ) {
       			return;
       		}
       ```
   
 * Tested and It’s working.
 * I know this gonna be removed as soon as I update.
    Is there any way to add this
   permanently via functions.php file?

The topic ‘Maintenance Mode Exceptions’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Seven](https://wordpress.org/support/users/sevenaxys/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/maintenance-mode-exceptions/)
 * Status: not resolved