• Resolved guillerivr

    (@guillerivr)


    Hello, I am using the WPDiscuz plugin.

    I want to modify the URL of “Please LOGIN to comment”.

    I have added this code in the functions.php file of my WordPress theme (Magnitude) but it doesn’t work, I am always redirected to wp-login.php.

    add_filter (‘login_url’, ‘my_login_linkchanger’);
    function my_login_linkchanger ($ link) {
    / * what to do with the link * /
       return home_url (‘/ login’);
    }

    I need your help because it is very important to change the URL for me.

    Thanks and regards.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Help with Login URL’ is closed to new replies.