Title: [Plugin: AmR Users] Removing user fields
Last modified: August 19, 2016

---

# [Plugin: AmR Users] Removing user fields

 *  [stueynet](https://wordpress.org/support/users/stueynet/)
 * (@stueynet)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-amr-users-removing-user-fields/)
 * It looks like a bunch of stuff is stored in an array in the db under wp-options
   table. Somehow the options table has an array for amr-users that contains fields
   from my Custom Fields plugin by Tribulant. Thing is these fields are no longer
   in Tribulant’s plugin but they still show up in the options table and thus appear
   when configuring user lists with amr users. Any thoughts how to get rid of these
   fields?
 *     ```
       SELECT *
       FROM <code>wp_options</code>
       WHERE option_value LIKE '%wpcfaddress%'
       LIMIT 0 , 30
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [anmari](https://wordpress.org/support/users/anmari/)
 * (@anmari)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-amr-users-removing-user-fields/#post-1899301)
 * Hi stueynet,
 * Goto the “User Lists Settings”, click on “nice names” and then click
    “Rebuild
   list of possible names”
 * The plugin will then relook at all the user custom fields and rebuild the list
   of “possible” fields.
 * If those fields still exist in the user meta then they will still come up… you’d
   need some sort of cleanup plugin if the creating plugin has not deleted the records.
   Alternatively delete the records in the usermeta using phpmyadmin.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: AmR Users] Removing user fields’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amr-users_f6f6f4.svg)
 * [amr users](https://wordpress.org/plugins/amr-users/)
 * [Support Threads](https://wordpress.org/support/plugin/amr-users/)
 * [Active Topics](https://wordpress.org/support/plugin/amr-users/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amr-users/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amr-users/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [anmari](https://wordpress.org/support/users/anmari/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-amr-users-removing-user-fields/#post-1899301)
 * Status: not resolved