Redirection Issue
-
I need the redirection to go back to the home page. I have all of your template files in my theme and have made customizations, on the user-login.php file I tried changing this:
if ( is_user_logged_in() ) { wp_safe_redirect( home_url( '/user-profile/' ) ); exit;
But it’s still sending me to the profile page every time I log in. How can I fix this??
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Redirection Issue’ is closed to new replies.