Problem solved using this code
if ( isset( $user_info->lastName ) ) {
add_user_meta( $user_id, ‘billing_last_name’, $user_info->lastName, true );
add_user_meta( $user_id, ‘shipping_last_name’, $user_info->lastName, true );
}
I have checked code(file : class-yith-social-login.php (line no:402))
Same problem i am facing….Please help….
Thread Starter
Shahin
(@shahindeveloper)
@photocrati-Sorry!!!!!done all things but not work until now….What can i do now ?