Forum breadcrumbs – You are here:Asgaros Support ForumSupportCustom Urls Stuck
Please or Register to create posts and topics.

Custom Urls Stuck

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.

 

qualmy91 and john5556 have reacted to this post.
qualmy91john5556