Viewing 1 replies (of 1 total)
  • Hi,
    Only administrator redirects to WP Dashboard after login. But other users like subscriber, editor etc. redirect to User Dashboard page. If you would like to redirect administrator to User Dashboard, place the following code in your child theme’s functions.php file.

    function custom_redirection(){
        return;
    }
    add_filter('atbdp_login_redirect_to_wp_dashboard', 'custom_redirection');
Viewing 1 replies (of 1 total)

The topic ‘Login Redirect To Dashboard’ is closed to new replies.