• Hi,

    I have a private section for customers in my web page. If they go to home (exit of their private area) and they are not logged out, when customers come back to their private area, this is the page that appears and I would like to modify:

    https://ovo.li/AC87NI

    In the past, you gave me this code:

    add_action( ‘wp_head’, ‘remove_logout_user_links’ );
    function remove_logout_user_links(){
    remove_action(‘um_logout_user_links’, ‘um_logout_user_links’, 100 );
    add_action(‘um_logout_user_links’, ‘um_custom_logout_user_links’, 100 );
    }
    function um_custom_logout_user_links( $args ) {
    global $ultimatemember;

    ?>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter ibangallego

    (@ibangallego)

    I’ve thought that this issue could be fixed if customers who are already logged in, go directly to shop page when they try to logged in again from main page…

    Is this possible? in this case, how can I do it?

Viewing 1 replies (of 1 total)
  • The topic ‘CHANGE LOGGED IN PAGE URL’ is closed to new replies.