Home › Forums › WoodMart support forum › Google login redirect to login page › Reply To: Google login redirect to login page
December 18, 2018 at 7:16 am
#96689
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