Redirect missing after changing Login URL
-
Hi
I was trying to change Login url , using your guide in a post in this forum… I used this code in theme functionadd_filter( 'login_url', 'my_login_linkchanger'); function my_login_linkchanger( $link ) { /* Login Fix */ return home_url( '/login'); }
and it totally works, the only missing part is it loses the function to redirect to previous page after login … would you please give a fix for that.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Redirect missing after changing Login URL’ is closed to new replies.