Home › Forums › WoodMart support forum › Google Authentication Login › Reply To: Google Authentication Login
March 6, 2018 at 7:18 am
#44104

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