stuttter / wp-user-profiles
A sophisticated way to edit users in WordPress
Package info
github.com/stuttter/wp-user-profiles
Type:wordpress-plugin
pkg:composer/stuttter/wp-user-profiles
2.7.2
2026-09-16 07:27 UTC
Requires
- php: >=7.4
- composer/installers: ^2.3
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.1
- phpunit/phpunit: ^9.6.36
- wp-cli/i18n-command: 2.7.0
- wp-cli/wp-cli: 2.12.0
- wp-coding-standards/wpcs: ^3.4.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.0
- 1.1.0
- 1.0.0
- 0.2.0
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.3
- 0.1.2
- dev-release/2.7.2
- dev-standards/wordpress-64-baseline
- dev-fleet/cohort-zero-guidance-followup
- dev-fleet/cohort-zero-governance
- dev-issue/71
This package is auto-updated.
Last update: 2026-09-16 07:31:31 UTC
README
WP User Profiles is a sophisticated way to edit users in WordPress.
- Includes all functionality from WordPress itself
- Includes 4 top-level "Sections"
- Includes an "Other" section to automatically work with third-party plugins
- Each section includes 1 or more meta-boxes
- Status meta-box allows easily changing user status
- Works great with multisite Network and User Dashboards
- Works great with WP User Groups and WP User Avatars plugins
Installation
- Download and install using the built in WordPress plugin installer.
- Activate in the "Plugins" area of your admin by clicking the "Activate" link.
- No further setup or configuration is necessary.
FAQ
Does this work with multisite?
Yes. It works super awesome with the multisite-only User Dashboard!
Can I add my own sections?
Yes. There are hooks to add/remove sections, their boxes, and fields.
See: wp-user-profiles/includes/hooks.php
Where can I get support?
- Community: https://wordpress.org/support/plugin/wp-user-profiles
- Development: https://github.com/stuttter/wp-user-profiles/discussions
Can I contribute?
Yes, please!