First Name and Last Name is same
-
Hello Author,
When I use sign-in from Facebook option, My First Name and Last Name fill same(First name) data from facebook.
I have checked code(file : class-yith-social-login.php (line no:402))
if ( isset( $user_info->lastName ) ) { add_user_meta( $user_id, 'billing_last_name', $user_info->firstName, true ); add_user_meta( $user_id, 'shipping_last_name', $user_info->firstName, true ); }
I do not understand why First Name is being added in last name field.
https://www.ads-software.com/plugins/yith-woocommerce-social-login/
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘First Name and Last Name is same’ is closed to new replies.