Title: Remove additional WP-members fields
Last modified: November 11, 2024

---

# Remove additional WP-members fields

 *  [islp](https://wordpress.org/support/users/islp/)
 * (@islp)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/)
 * Hi, is there any way to remove the additional WP-members fields from the users
   profile page? Thanks

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18130162)
 * The primary control of fields is managed in the plugin’s Fields tab. Any field
   included in that table is used as a user field.
 * If “registration” is checked, the field is included in the registration form,
   user profile, and the user’s view of the user profile page.
 * If “registration” is unchecked, the field is “admin only”. It will not display
   in the above instances, but it will display in the admin’s view of the user profile.
 * If you want to remove a field from the user-facing view of the user profile (
   i.e. the [wpmem_profile] shortcode profile view), you can filter out the field
   from the fields array. Here’s a code snippet example of how to so that: [https://rocketgeek.com/code-snippets/remove-a-field-from-the-profile-update-form-but-not-the-registration-form/](https://rocketgeek.com/code-snippets/remove-a-field-from-the-profile-update-form-but-not-the-registration-form/)
 * The 3.5.0 version of the plugin will add the ability to control the above view
   via the Fields tab. This will be released as beta sometime during the next few
   weeks.
 *  [airdrummer](https://wordpress.org/support/users/airdrummer/)
 * (@airdrummer)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18151579)
 * i have just now found that the fields save settings action fails: check/uncheck
   a field, select save settings, click apply, nothing happens-(page jumps to top,
   but no success banner as on other tabs) other ops (add/delete/move) work as expected
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18151784)
 * In review, it does appear to be working as expected, so your issue may be a local
   one.
 * If you’re checking the left box in the row, that is for deleting a field, so 
   you’d choose “delete” from the bulk action menu, not “save”. You can’t delete
   and save in the same action.
 *  [airdrummer](https://wordpress.org/support/users/airdrummer/)
 * (@airdrummer)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18151872)
 * nope, not checking left-column boxes, just reg/req-\ and this is happening on
   3 websites, 1 a recent fresh install…
 * there is another issue, not related to wpmem: all non-wpcore settings pages are
   titled “action workflow editor” on 2 of the 3 websites
 *  [airdrummer](https://wordpress.org/support/users/airdrummer/)
 * (@airdrummer)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18152037)
 * and another oddity: on my login pages, i display
 * [wpmem_logged_in]You are logged in as [wpmem_field user_login][/wpmem_logged_in]
   [
   wpmem_profile register=hide]
 * but when clicking on update password
 * [https://asapackermansion.letartliveon.com/home/login/?a=pwdchange](https://asapackermansion.letartliveon.com/home/login/?a=pwdchange)
 * wpmem_logged_in is not true…not a showstopper, but an annoyance
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18154401)
 * I’ll need to check into that one.
 *  [airdrummer](https://wordpress.org/support/users/airdrummer/)
 * (@airdrummer)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18154910)
 * getting back to field updates, i just tested recent fresh install with all but
   wpmem disabled, still same problem…where else shd i look?
    -  This reply was modified 1 year, 6 months ago by [airdrummer](https://wordpress.org/support/users/airdrummer/).
 *  [airdrummer](https://wordpress.org/support/users/airdrummer/)
 * (@airdrummer)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18154953)
 * aaaahhhhh finally figgered out the sekritsauce: in addition to checking/unchecking
   desired function cloumns, the left column must_also_be checked, even tho “save
   settings” doesn’t mention it, unlike “delete selected” maybe make that clearer?
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18178909)
 * Was this issue on WP 6.7 when you noticed it? Or 6.6?
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18179349)
 * I was able to track this down to a specific change in the WP List Table object
   class in version 6.7.
 * I will be working on a more “official” fix for this and including it in the plugin.
   However, until then, there is a patch available. You can replace the file wp-
   members/includes/admin/tabs/class-wp-members-admin-tab-fields.php with the version
   at the gist below:
 * [https://gist.github.com/rocketgeek/2bb08a8649cf1f273c6354b12ed93e1a](https://gist.github.com/rocketgeek/2bb08a8649cf1f273c6354b12ed93e1a)

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Remove additional WP-members fields’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

## Tags

 * [additional](https://wordpress.org/support/topic-tag/additional/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [profile](https://wordpress.org/support/topic-tag/profile/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)
 * [save](https://wordpress.org/support/topic-tag/save/)

 * 10 replies
 * 3 participants
 * Last reply from: [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * Last activity: [1 year, 6 months ago](https://wordpress.org/support/topic/remove-additional-wp-members-fields/#post-18179349)
 * Status: not resolved