Viewing 1 replies (of 1 total)
  • Plugin Author Rajat Varlani

    (@the_champ)

    Sorry for the inconvenience.
    To fix the error, open “wp-content/plugins/super-socializer/inc/social_login.php” in code editor, search following code (at line number 222):

    if(($userData = get_userdata($args['item_id'])) !== false){

    Place following code after the code searched above and save the file:

    $avatar = "";

Viewing 1 replies (of 1 total)
  • The topic ‘Notice: Undefined variable: avatar’ is closed to new replies.