Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have the link to the page you want to redirect to, you can change this line in remove-wp-dashboard-access.php:
    wp_redirect(site_url()); exit;

    to something like this:

    wp_redirect( 'http://your-link-here' ); exit;

    The next version of this plugin will have a place to specify which page unqualified users are redirected to.

    Update:

    Hi Win7Mac,

    Just to let you know, as of version 1.0, you can now enter whichever redirect URL you’d like via the Settings > Dashboard Access menu.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Remove Dashboard Access for Non-Admins] relink "edit profile" in dashboard to spe’ is closed to new replies.