Title: Removing profile fields
Last modified: August 22, 2016

---

# Removing profile fields

 *  [Nathan Hawkes](https://wordpress.org/support/users/natehawkes/)
 * (@natehawkes)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/removing-profile-fields/)
 * 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.

## Tags

 * [profile fields](https://wordpress.org/support/topic-tag/profile-fields/)
 * [twitter](https://wordpress.org/support/topic-tag/twitter/)
 * [unset](https://wordpress.org/support/topic-tag/unset/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [Nathan Hawkes](https://wordpress.org/support/users/natehawkes/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/removing-profile-fields/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
