Viewing 1 replies (of 1 total)
  • Plugin Author Claude

    (@claudeschlesser)

    Hello,

    the plugin adds two new usermeta entries whenever a user connect with Social Login.

    You can read the information like this:

    $user_meta_thumbnail = get_user_meta ($userid, 'oa_social_login_user_thumbnail', true);
    $user_meta_picture = get_user_meta ($userid, 'oa_social_login_user_picture', true);

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘anyway to import social profile picture for third party plugin usage.’ is closed to new replies.