Title: Extra User Details
Author: Vadym
Published: <strong>1 ڊسمبر 2009</strong>
Last modified: 12 آڪٽوبر 2024

---

پلگ انس ڳولھيو

![](https://ps.w.org/extra-user-details/assets/banner-772x250.png?rev=529079)

ھي پلگ ان **WordPress جي جديد 3 وڏين رليزز** سان آزمايو نه ويو آھي. اهو ٿي سگهي 
ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي 
وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

![](https://ps.w.org/extra-user-details/assets/icon-256x256.png?rev=1360007)

# Extra User Details

 کان: [Vadym](https://profiles.wordpress.org/vadimk/)

[ڊائون لوڊ ڪريو](https://downloads.wordpress.org/plugin/extra-user-details.0.5.3.zip)

 * [تفصيل](https://snd.wordpress.org/plugins/extra-user-details/#description)
 * [جائزو](https://snd.wordpress.org/plugins/extra-user-details/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/extra-user-details/#installation)
 * [ترقي](https://snd.wordpress.org/plugins/extra-user-details/#developers)

 [سھائتا](https://wordpress.org/support/plugin/extra-user-details/)

## وضاحت

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.

## انسٽاليشن

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

## FAQ

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

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

## جائزا

![](https://secure.gravatar.com/avatar/f23e286097f399ffde6f706b028104632a1d45497406291be040b0cc6bfa8e9a?
s=60&d=retro&r=g)

### 󠀁[Simple & very useful extension](https://wordpress.org/support/topic/simple-very-useful-extension/)󠁿

 [francisgernet](https://profiles.wordpress.org/francisgernet/) 26 سيپٽمبر 2019

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.

![](https://secure.gravatar.com/avatar/767da96ac6f8211609d8a3808493cc7443abb5e58adaa9e9970491f3e30a79ef?
s=60&d=retro&r=g)

### 󠀁[Superhero !! Thanks so much](https://wordpress.org/support/topic/superhero-thanks-so-much/)󠁿

 [eleshmistry](https://profiles.wordpress.org/eleshmistry/) 3 سيپٽمبر 2016

I had an issue which Vadym sorted within 24 hours .. True legend

![](https://secure.gravatar.com/avatar/0f5df2d13f006dee5b8dcd46633f58d3f3599bfeca22144b0beec0de72777afc?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-8304/)󠁿

 [mdietger](https://profiles.wordpress.org/mdietger/) 3 سيپٽمبر 2016

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. http://v2.wp-api.org/extending/adding/

![](https://secure.gravatar.com/avatar/d356033e419adf0417405abcd1261b8ce458a97f55eb433838b7a6964a9b0c9e?
s=60&d=retro&r=g)

### 󠀁[How to display the correct values in the frontend](https://wordpress.org/support/topic/how-to-display-the-correct-values-in-the-frontend/)󠁿

 [Albert Brückmann](https://profiles.wordpress.org/planetshaker/) 8 فيبروري 2017

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

 [ جمع: سڀ 10 تبصرا پڙهو ](https://wordpress.org/support/plugin/extra-user-details/reviews/)

## تعاون ڪندڙ & ڊولپرز

“Extra User Details” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

 *   [ Vadym ](https://profiles.wordpress.org/vadimk/)

[ترجمو ڪريو “Extra User Details” توهان جي ٻولي ۾.](https://translate.wordpress.org/projects/wp-plugins/extra-user-details)

### ڊولپمينٽ ۾ دلچسپي؟

[ڪوڊ براؤز ڪريو](https://plugins.trac.wordpress.org/browser/extra-user-details/)،
چيڪ ڪريو [SVN مخزن](https://plugins.svn.wordpress.org/extra-user-details/)، يا رڪنيت
حاصل ڪريو [ڊولپمينٽ لاگ](https://plugins.trac.wordpress.org/log/extra-user-details/)
پاران [RSS](https://plugins.trac.wordpress.org/log/extra-user-details/?limit=100&mode=stop_on_copy&format=rss).

## لاگ تبدیل ڪريو

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

## ميٽا

 *  Version **0.5.3**
 *  Last updated **2 سالَ اڳ**
 *  Active installations **1,000+**
 *  WordPress version ** 3.3 يا وڌيڪ **
 *  Tested up to **6.6.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/extra-user-details/)
 * Tags
 * [admin](https://snd.wordpress.org/plugins/tags/admin/)[fields](https://snd.wordpress.org/plugins/tags/fields/)
   [links](https://snd.wordpress.org/plugins/tags/links/)[profile](https://snd.wordpress.org/plugins/tags/profile/)
   [social](https://snd.wordpress.org/plugins/tags/social/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/extra-user-details/advanced/)

## درجه بندي

 4.7 out of 5 stars.

 *  [  7 5-star reviews     ](https://wordpress.org/support/plugin/extra-user-details/reviews/?filter=5)
 *  [  3 4-star reviews     ](https://wordpress.org/support/plugin/extra-user-details/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/extra-user-details/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/extra-user-details/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/extra-user-details/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/extra-user-details/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/extra-user-details/reviews/)

## تعاون ڪندڙ

 *   [ Vadym ](https://profiles.wordpress.org/vadimk/)

## سھائتا

چوڻ لاءِ ڪجهه آهي؟ مدد گهرجي؟

 [ڏسو سپورٽ فورم](https://wordpress.org/support/plugin/extra-user-details/)

## عطيو

ڇا توھان ھن پلگ ان جي ترقي ۾ مدد ڪرڻ چاھيو ٿا؟

 [ هن پلگ ان ڏانھن مدد ڪريو ](https://vadimk.com/donate/)