User Login go to Home Page Instead of Account Page
-
In This Once User Login its redirecting to Home Page How to Resolve
i am adding the following Function code..
How to Set need to redirect to my-account page
add_filter( ‘user_registration_login_redirect’, ‘ur_redirect_after_login’, 10, 2 );
function ur_redirect_after_login( $redirect, $user ) {
return home_url();
}What i need to change here
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘User Login go to Home Page Instead of Account Page’ is closed to new replies.