Add extra fields to the user profile page, saved in WordPress' native way (in wp_usermeta).
As of April 2026, Extra User Details is a WordPress admin plugin with 1.0K+ active installations and a 4.7/5 rating from 10 reviews. It has been downloaded 61K+ times in total. Requires WordPress 3.3+ and PHP false+. Available on WordPress.org since 2009. Last updated 1 year ago — may have compatibility concerns. Download volume is stable this week. Top alternative: Loginizer.
Extra User Details is the simple plugin that allows you to add extra fields to the user profile page (e.g. Facebook, Twitter, LinkedIn links etc).
Extra fields can be easily accessed in your templates like a general wordpress author details:
<?php the_author_meta('meta_key'); ?>
Plugin saves fields data in wp_usermeta table. You can add and edit extra fields at plugin options section in backend.
This is a simple, but very useful extension.
It’s unfortunate that it no longer seems to be maintained and remains confidential.
Essential, I couldn’t do without it.
I had an issue which Vadym sorted within 24 hours .. True legend
Good plugin. Does what it says.
What would make it a great plugin would be the support for the new wordpress REST api. Accessing the user data through the users endpoint a dedicated one would be great.
Took me a bit to get this out, since there is no help online.
I wrote a little function and pasted it into my functions.php:
function extra_user_info() {
global $current_user;
get_currentuserinfo();
echo 'Your extra user info is' . $current_user->PUT_YOU_ID_HERE ;
}
add_action ('NAME_OF_HOOK_WHERE_YOU_WANT_IT', 'extra_user_info', 20);This is a great plugin, it took me a while to find out how to use it but Kudos to you. Its quite simple and do the job!
Thanks
| WordPress | 3.3+ requiredTested up to 6.6.5 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.