Forums

WPMS Site Maintenance Mode
Allow Site Admins to Access Site (2 posts)

  1. ChrisCree
    Member
    Posted 5 months ago #

    I modified this plugin to allow site admins to access their site by changing line 124 from
    if (is_super_admin()) return; //allow admin to use site normally
    to
    if (is_super_admin() || current_user_can('manage_options')) return; //allow admin to use site normally

    Figured someone else may run into that same challenge.

    http://wordpress.org/extend/plugins/wpms-site-maintenance-mode/

  2. Joshua Parker
    Member
    Posted 5 months ago #

    @ChrisCree, that is not needed. Site admins can access their site without a fix. They can access when they are logged in and used the wp-login.php page and not the wp-admin page.

Reply

You must log in to post.

About this Plugin

About this Topic