• Resolved Bri

    (@tinnyfusion)


    Hi, very quick question. As per the title, I am running WordPress 6.4.3 (latest at the time of writing) but with your plugin active I then log out and try viewing my site to find the homepage instead of the Main message..

    Tried from a different device disconnected from my home network and in an in-private session of Edge but both are showing the site.

    I’ve also cleared the cache but no change…

    I have made a number of changes via my sites functions.php to disable various things such as rss feeds and emojis but nothing that should affect the use of this plugin.

    For context, if I disable the plugin and manually add the following to my functions.php it works as expected.

    // Maintenance Mode
    add_action('get_header', function() {
    if(!current_user_can('manage_options')){
    		wp_die('<h1>Under Maintenance</h1><br />Website under planned maintenance. Please check back later.', 'Under Maintenance', array('response' => '503'));
    	}
    });
    • This topic was modified 8 months ago by Bri.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author helderk

    (@helderk)

    Hello,
    can you give more details?
    Are there any access keys or unrestricted ip’s added?
    Have you also checked to see if any other plugins or themes are interfering?

    Thread Starter Bri

    (@tinnyfusion)

    Hi there, it was an issue my side and was down to caching. My apologies for not updating my post.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Compatibility with WordPress 6.4.3’ is closed to new replies.