Plugin info

Total downloads: 60,331
Active installs: 1,000
Total reviews: 10
Average rating: 4.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/12/2024 (444 days ago)
Added to WordPress: 12/1/2009 (16 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 6.6.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 444 days ago • 10 reviews

30/100

Is Extra User Details abandoned?

Possibly abandoned (last update 444 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 6.6.4
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

BuddyPress to WordPress Full Sync
Rating 4.8/5 (12 reviews)Active installs 200
Remove Fields
Rating 4.5/5 (4 reviews)Active installs 100
Simple CRM Profile Page Addon
Rating 0.0/5 (0 reviews)Active installs 10
Simple CRM
Rating 0.0/5 (0 reviews)Active installs 10
Simple CRM BuddyPress Addon
Rating 0.0/5 (0 reviews)Active installs 10
Simple CRM MailChimp Addon
Rating 0.0/5 (0 reviews)Active installs 0

Description

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:


Plugin saves fields data in wp_usermeta table. You can add and edit extra fields at plugin options section in backend.

Installation

Install it like any other plugin, no special actions required.

  1. Upload extra_user_details folder or just extra_user_details.php file to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Ready to use. To configure, go to the Users – Extra User Details section

Frequently Asked Questions

I’ve found a bug! How do I report?

Please contact me here http://vadimk.com/contact/.

Review feed

Albert
2/8/2017

How to display the correct values in the frontend

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);

Screenshots

No screenshots available

Changelog

0.5.3

  • Fixed possible error on user password reset.
  • Tested up to WordPress version 6.6.2.

0.5.2

  • Tested up to WordPress version 6.5.5.

0.5.1

  • Fixed vulnurabilities.
  • Tested up to WordPress version 6.2.2.

0.5

  • Fixed missing translations.
  • Tested up to WordPress version 5.6.1.

0.4.3.1

  • Fix settings update didn’t allow to delete all fields.
  • Fix profile update with no fields defined.

0.4.3

  • Restrict updating fields according to access level.
  • Restrict creating duplicate field keys.

0.4.2.2

  • Fixed typo from the last update that sometimes prevented from updating fields.

0.4.2.1

  • Fixed security issue related to input filtering. Everyone is encouraged to upgrade.

0.4.2

  • Added translations: Serbian (Latin), Russian.

0.4.1

  • Fixed headers already sent issue.

0.4

  • Added translations for Spanish.

If you’re interested in translating plugin into your language, please use contact section.

0.3.3

  • Fixed deprecated functions usage

0.3.2

  • Extra field heading is not shown at user profile edit page if there’s no fields to display (user has no access to any configured field).

0.3.1

  • Fixed bug: access level was not saving until the new field was saved.
  • Fixed random bug: existing extra fields were not displaying in user profile.
  • Fixed some deprecated arguments.

0.3

  • Added access level option to restrict some specific fields usage
  • Moved help text to contextual help menu (top right).

0.2

  • Added ability to change meta_key for any field.
  • Now order of custom fields can be easily changed by drag and drop.
  • Moved plugin options page to Users tab.
  • Improved user interface.
  • Fixed bug: extra fields disappeared after update.
  • Removed default help text.

0.1.1

  • Improved user interface.
  • Fixed bug with extra user details retrieval.
  • Fixed bug: extra fields values disappeared after update.

0.1

  • Initial release.