Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #546742

    I have download the wp-members plugins but after log in redirect here:

    http://members.mysite.com/cgi-bin/members

    Do you now how can I do to redirect to one of my pages?

    Thanks

    Est

    #547073

    Hi Est!

    Please add following code to Functions.php file in Appearance > Editor and adjust as needed

    add_filter( 'wpmem_login_redirect', 'avia_login_redirect', 10, 2 );
    function avia_login_redirect( $redirect_to, $user_id ) {
        return 'http://kriesi.at';
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.