• 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.