Custom Urls Stuck
Quote from jayaye on March 4, 2021, 6:28 amI cannot seem to get the Custom Login or register Url to change after the first time saving the settings. I have gone into the settings in URL & SEO and changed them multiple times but it seems that i cannot get them to change. I have cleared my cache and cookies but the problem still occurs when pressing Login or Register via Forum.
**EDIT**
Sorry i should have read more before posting i added
add_filter(‘login_url’, ‘my_login_url’, 10, 3);
function my_login_url($login_url, $redirect, $force_reauth) {
return home_url(‘/my-login-page’);
}
to my functions.php and it works now.
I cannot seem to get the Custom Login or register Url to change after the first time saving the settings. I have gone into the settings in URL & SEO and changed them multiple times but it seems that i cannot get them to change. I have cleared my cache and cookies but the problem still occurs when pressing Login or Register via Forum.
**EDIT**
Sorry i should have read more before posting i added
add_filter(‘login_url’, ‘my_login_url’, 10, 3);
function my_login_url($login_url, $redirect, $force_reauth) {
return home_url(‘/my-login-page’);
}
to my functions.php and it works now.
