Home Forums WoodMart support forum Facebook login not redirection correctly

Facebook login not redirection correctly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #209390

    WPBUDDY
    Participant

    Hello there,

    I set up facebook login but it did not redirect to user’s profile page. Instead it redirected me to login page without signin in.

    Could you please have a look?

    #209407

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file

    add_filter( 'woodmart_alt_auth_method', '__return_true' );

    Regards

    #209435

    WPBUDDY
    Participant

    Thanks! It works fine now

    #209438

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Facebook login not redirection correctly’ is closed to new replies.