Viewing 3 replies - 1 through 3 (of 3 total)
  • I know this is an old post, but I came here looking for the same answer. So I will share my solution, it might save someone else from searching through many files…

    File is includes > classes > class-wpmmp-theme-handler.php

    Change line 148
    if ( is_admin() || current_user_can( 'manage_options' )
    to
    if ( is_admin() || current_user_can( 'edit_posts' )

    This allows authors and editors to see the site while it remains hidden to subscribers.

    Thread Starter 210dogyear

    (@210dogyear)

    Thanks for sharing, I gave up to use another plugin.
    Maybe, thanks to this, I’ll re-use rocket in the next site!
    Thanks again!

    Thread Starter 210dogyear

    (@210dogyear)

    I test it, and it works perfectly! Thanks a lot!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to enable other user roles to access normally in front end?’ is closed to new replies.