Home › Forums › WoodMart support forum › Facebook login problem › Reply To: Facebook login problem
May 13, 2020 at 2:10 pm
#194665

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