[Plugin: More Privacy Options] Redirect back to blog instead of dashboard
-
Would it be possible to have an option for a site administrator to set whether the newly logged in user is sent to the blog home instead of to the dashboard. The dashboard redirect is confusing for users, especially those who would only have subscriber access.
I am currently directly hacking the plugin (which is would not be maintainable for our organization long-term) changing the following in three places.
header('Location: ' . wp_login_url());to
header('Location: ' . wp_login_url()."?redirect_to=". home_url());
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: More Privacy Options] Redirect back to blog instead of dashboard’ is closed to new replies.