Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @agnieszka06

    Please try adding the following code snippet to your theme/child-theme’s functions.php file or use the Code Snippet plugin to run the code:

    function um_071921_login_url ( $login_url, $redirect, $force_reauth ) {
        if( ! function_exists('um_get_core_page') ) return $login_url;
    
        return um_get_core_page('login') . '?redirect_to=' . $redirect;
    }
    add_filter( 'login_url', 'um_071921_login_url', 10, 3);

    The above code will change the Login URL to use the UM Login page URL.

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @agnieszka06

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help… 🙂

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment section -> wp-admin login page’ is closed to new replies.