Home › Forums › WoodMart support forum › Social Login Stop Work › Reply To: Social Login Stop Work
November 9, 2018 at 7:05 am
#88227
Artem Temos
Keymaster
Hi,
Try to add the following PHP code snippet to the child theme functions.php file
add_filter( 'woodmart_alt_auth_method', '__return_true' );
Regards