Home › Forums › WoodMart support forum › Social login › Reply To: Social login
December 20, 2018 at 12:08 pm
#97250
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file
add_filter( 'woodmart_alt_auth_method', '__return_true' );