Viewing 2 replies - 1 through 2 (of 2 total)
  • This would be wonderful. I’m currently scouring the support forum looking for a way to hack the plugin to do this, but if it was native, that would be awesome.

    Add this to your theme’s functions.php file:

    add_filter(‘redirection_role’, ‘my_redirection_role’);
    function my_redirection_role($role) {
    return ‘publish_pages’;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editor Access’ is closed to new replies.