• Does anyone know how I can remove the Twitter and Google Plus profile fields? This is the code that I am using:

    unset($profile_fields['aim']);
    unset($profile_fields['twitter']);
    unset($profile_fields['googleplus']);
    
    return $profile_fields;

    Usually, unset() would hide the fields, but Twitter and Google Plus aren’t hiding.

  • The topic ‘Removing profile fields’ is closed to new replies.