Found Image http://plugins.svn.wordpress.org/wp-user-profiles/assets/icon-256x256.png WP User Profiles | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
86%
4.3 Stars (15 votes)

Home

WP.Org

ReadMe

Support
  • Author:
    John James Jacoby
Version: 2.2.1
Requires: WP 5.2
Last Updated:2266 days ago
Downloads:12392
Installations: 200+
Usage Retention:1.61%
Tags:
    edit, metabox, profile, user, users
Download Plugin Package

WP User Profiles

Released on October 15, 2015.
Download Plugin Package

Version: 2.2.1

A sophisticated way to edit users in WordPress.

  • Description
  • FAQ
  • Changelog
  • Installation
  • Screenshots


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

Recommended Plugins

If you like this plugin, you'll probably like these!

  • WP User Profiles
  • WP User Activity
  • WP User Avatars
  • WP User Groups
  • WP User Signups
  • WP Term Authors
  • WP Term Colors
  • WP Term Families
  • WP Term Icons
  • WP Term Images
  • WP Term Locks
  • WP Term Order
  • WP Term Visibility
  • WP Media Categories
  • WP Pretty Filters
  • WP Chosen

Does this work with multisite?

Yes. It works awesome with the User Dashboard, too!

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

[2.7.3] - 2026-09-19

  • Add an opt-in modern profile layout controlled by the wp_user_profiles_use_modern_styles filter
  • Prevent profile screens from overriding unrelated administration page titles
  • Preserve WordPress's user-validation hook contract for compatibility with Jetpack Account Protection and other integrations
  • Match current WordPress behavior for profile preferences, downloadable user languages, email validation, and password normalization
  • Restore WordPress's confirmation flow for self-service email changes
  • Allow deliberate access to WordPress's original profile screens with the wpup-skip-redirect=1 query argument

[2.7.2] - 2026-09-16

  • Require WordPress 6.4 or newer

[2.7.1] - 2026-09-14

  • Add the explicit short description required by the WordPress.org directory importer

[2.7.0] - 2026-09-14

  • Add integrations for the Two-Factor and User Switching plugins
  • Add selectable local and remote strategies for discovering roles across a multisite network
  • Correct the password-nag link to open the Account section
  • Prevent users without the promote_users capability from changing roles
  • Improve PHP 8 compatibility for multisite role discovery
  • Allow the list of loaded plugin files to be filtered
  • Correct saving for syntax highlighting and profile validation errors
  • Fix dismissible administration notices
  • Improve output escaping throughout profile administration
  • Prevent direct access to the multisite sites list table
  • Update WordPress compatibility metadata and development dependencies
  • Replace retired release and translation chores with deterministic commands
  • Add managed release, Plugin Check, and real-WordPress compatibility validation

[2.6.2] - 2021-08-18

  • Correct role assignment when saving the Permissions section on multisite
  • Check promote_users in the context of each affected site
  • Prevent stale cached user data from being saved
  • Improve the Sites role list table
  • Show status dates in the user's timezone
  • Avoid a fatal error on WordPress versions without password reset emails
  • Load unminified assets when SCRIPT_DEBUG is enabled

[2.6.1] - 2021-05-29

  • Update author info
  • Add sponsor link

[2.6.0]- 2021-03-26

  • Improve compatibility with Classic Editor plugin
  • Fix some untranslatable strings
  • Fix styling for RTL languages
  • Add minified styling for production sites

[2.5.1]- 2021-03-24

  • Add support for Sending Password Reset Email, in WordPress 5.7
  • Fix bug causing unintended revocation of super admin abilities
  • Fix bug causing contact methods not to work
  • Fix some untranslatable strings

[2.5.0]- 2020-11-11

  • Add support for Application Passwords, in WordPress 5.6

[2.4.0]- 2020-11-11

  • Improve BuddyPress support
  • Improve font size to better match WordPress defaults
  • Fix not being able to remove a user's role from a site
  • Add sub-navigation UI and API
  • Add developer actions at the end of every meta-box display function

[2.3.1]- 2020-10-07

  • Fix confusion with site action links

[2.3.0]- 2020-10-07

  • Fix non-admins not able to pick languages
  • Fix user language being saved as site default
  • Add language icon to chooser

[2.2.1]- 2020-07-07

  • Fix plugin conflict with Genesis theme

[2.2.0]- 2020-05-05

  • General code improvements

[2.1.0]- 2017-05-24

  • Fix bug with IS_PROFILE_PAGE constant
  • Introduce wp_is_profile_page() function

[2.0.0]- 2017-05-18

  • Use 'edit' filter on user data
  • Additional capability checks when editing
  • First pass support for "Other" section

[1.2.0]- 2017-01-26

  • Use WordPress.org for translations

[1.1.0]- 2016-11-18

  • Improve security of profile saving (thanks Brady Vercher)

[1.0.0]- 2016-10-30

  • Support mu-plugins installation location
  • Support for WordPress 4.7
  • Improved section/metabox/field key sanitization
  • Add multisite "Sites" support
  • Add "Language" account setting

[0.2.0]- 2015-12-21

  • Simplify metabox registration
  • Add actions for metabox sections
  • Introduce edit_profile meta capability
  • Improve load order of files
  • Improve support for IS_PROFILE_PAGE
  • Improve support for network & user dashboards
  • Prevent access to old profile pages (user-edit.php, profile.php, etc...)

[0.1.10]- 2015-11-12

  • Improve user dashboard support

[0.1.9]- 2015-11-11

  • Fix user-profile script loader issue on network & user dashboards

[0.1.8]- 2015-11-11

  • Repackage of 0.1.7 to fix typos

[0.1.7]- 2015-11-10

  • Add support for network & user dashboards
  • Improve support for WordPress 4.3 & 4.4

[0.1.6]- 2015-11-09

  • Improve metaboxes for

[0.1.5] - 2015-10-23

  • Add support for third party sections

[0.1.4] - 2015-10-21

  • Update scripts & prioritize actions

[0.1.3] - 2015-10-15

  • Add support user-status updating

[0.1.2] - 2015-10-15

  • Updated description

[0.1.1] - 2015-10-15

  • Updated documentation

[0.1.0] - 2015-09-28

  • Initial release


  • 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.


Profile
Screenshot 1


Account
Screenshot 2


Options
Screenshot 3


Permissions
Screenshot 4



 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string aAprhd to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.