Home › Forums › WoodMart support forum › Facebook login problem › Reply To: Facebook login problem
February 20, 2018 at 7:23 am
#41077
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to do this
add_filter( 'woodmart_alt_auth_method', '__return_true' );