Redirect to Home Page if redirect_to Not Set
-
I’d like to ensure that non-admin users never see WP admin. Here’s what I’ve found:
When the redirect_to query parameter is set at wp-login.php, the user is redirected to that page upon login as expected. However, if users access wp-login.php directly without redirect_to set, then they are routed to WP admin upon login. Instead I would like them to arrive at the home page.
Is there a way to use the v_forcelogin_redirect filter to return the home page only if a user is not an admin and they are accessing wp-login.php directly?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect to Home Page if redirect_to Not Set’ is closed to new replies.