Home › Forums › WoodMart support forum › How to configure facebook login id › Reply To: How to configure facebook login id
February 17, 2020 at 12:51 pm
#173999

Eric Watson
Participant
Try to add the following PHP code snippet to the child theme functions.php file
add_filter( 'woodmart_alt_auth_method', '__return_true' );
Best Regards