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.3
2026-09-19 22:24 UTC
Requires
- php: >=7.4
- composer/installers: ^2.3
Requires (Dev)
- phpunit/phpunit: ^9.6.36
- wp-cli/i18n-command: 2.7.0
- wp-cli/wp-cli: 2.12.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- 2.7.3
- 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.3
- dev-fix/core-profile-parity-resume
- dev-fix/core-profile-bypass
- dev-automation/fleet-standards-35410048835
- dev-fix/account-email-confirmation-parity
- dev-automation/fleet-standards-35404403172
- dev-governance/allow-ready-transition
- dev-fix/core-profile-parity
- dev-issue/71
This package is auto-updated.
Last update: 2026-09-19 22:29:51 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
Can I enable the modern profile layout?
Yes. Add this filter in a small plugin, an mu-plugin, or your theme's code:
add_filter( 'wp_user_profiles_use_modern_styles', '__return_true' );
The classic layout remains the default unless the site owner enables this filter.
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!