Title: Extra User Data
Author: keith_wp
Published: <strong>April 7, 2016</strong>
Last modified: April 9, 2024

---

Search plugins

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Extra User Data

 By [keith_wp](https://profiles.wordpress.org/keith_wp/)

[Download](https://downloads.wordpress.org/plugin/extra-user-data.0.14.zip)

 * [Details](https://pcd.wordpress.org/plugins/extra-user-data/#description)
 * [Reviews](https://pcd.wordpress.org/plugins/extra-user-data/#reviews)
 *  [Installation](https://pcd.wordpress.org/plugins/extra-user-data/#installation)
 * [Development](https://pcd.wordpress.org/plugins/extra-user-data/#developers)

 [Support](https://wordpress.org/support/plugin/extra-user-data/)

## Description

Add extra (all sortable) columns to the Users screen, showing:

 * the number of comments, linked to the edit page for only that user’s comments,
 * the number of all custom post types authored, each linked to the matching edit
   page for that post type and that user,
 * their registration date, and IP address used,
 * their last login date, and IP address used,
 * and their total number of logins.

Use the comment and CPT links to easily manage your users’ output, and the registration
and login data to track lazy spammers and trolls, or to see whether a new user is
actually using the site.

## Installation

 1. Upload the plugin files to the **/wp-content/plugins/extra-user-data/** directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the “Plugins” screen in WordPress
 3. That’s it, no more configuration needed – columns you don’t want to see can be 
    toggled off in the “Screen Options” section of the “Users” admin page.

## Reviews

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

### 󠀁[So So, Dates All Wrong](https://wordpress.org/support/topic/so-so-dates-all-wrong/)󠁿

 [Duke Snoogens](https://profiles.wordpress.org/mikeloucas/) October 16, 2021

It works So So, The dates are all wrong for me with regards to LAST LOGIN DATE. 
The Registration date was correct… odd… I tried to change my system and server times,
but nothing worked so I grabbed the tool called “User Login History” instead and
it worked great. Give them both a try see what happens.

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

### 󠀁[So good, it should be added to the core!](https://wordpress.org/support/topic/so-good-it-should-be-added-to-the-core/)󠁿

 [mercano](https://profiles.wordpress.org/mercano/) April 1, 2021

As others have said before me, why isn’t this part of the core?! Amazing plugin,
thanks a lot Keith for this gem! We just hope you’ll keep it updated in the future.

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

### 󠀁[good](https://wordpress.org/support/topic/good-2666/)󠁿

 [](https://profiles.wordpress.org/stefafuno/) June 21, 2017

why there is no this feature in default wordpress? i dont understand… hope this 
plugin will stay up to date, thank you.

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

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

 [afro6](https://profiles.wordpress.org/afro6/) April 14, 2017

Works brillant on version 4.7.3

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

### 󠀁[Great View of Helpful Info](https://wordpress.org/support/topic/great-view-of-helpful-info/)󠁿

 [laura.lee](https://profiles.wordpress.org/lauralee-1/) September 3, 2016

I used the admin columns plugin for layout display. Very helpful info. Thank you!

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

### 󠀁[Nice Work! Very handy plugin](https://wordpress.org/support/topic/nice-work-very-handy-plugin/)󠁿

 [jukegs](https://profiles.wordpress.org/jukegs/) September 3, 2016

I’ve installed this plugin on version 4.42, and have since updated to 4.5 of WP.
Plugin does what it says! The extra info is very handy to see. Thanks for a great
plugin!

 [ Read all 6 reviews ](https://wordpress.org/support/plugin/extra-user-data/reviews/)

## Contributors & Developers

“Extra User Data” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “Extra User Data” into your language.](https://translate.wordpress.org/projects/wp-plugins/extra-user-data)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/extra-user-data/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/extra-user-data/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/extra-user-data/)
by [RSS](https://plugins.trac.wordpress.org/log/extra-user-data/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.14

 * Tested with WP 6.5, 6.4 and WP 6.3.2
 * Asset totals check is_post_type_viewable() instead of excluding nav_menu_item/
   revision etc
 * Asset totals exclude post_statuses we don’t want to see (trash/auto-draft/inherit)
   instead of trying to include them all
 * Ordering by asset totals doesn’t hide users who haven’t got any

#### 0.13

 * Tested with WP 5.5.1
 * Added links for the Login/Registered IP addresses to a lookup service, saves 
   cutting and pasting
 * Added CSS media query to only resize column widths on larger screens
 * Fixed the ordering of “Total Logins” to be numerically instead of alphabetically
 * Fixed page title when viewing assets belonging to a specific user

#### 0.12.3

 * Tested with WP 5.4.2
 * Removed a trailing user_id causing a PHP warning

#### 0.12.2

 * Tested with WP 5.2.1

#### 0.12.1

 * Tested with WP 4.6.1

#### 0.12

 * Fixed the svn commit…

#### 0.11

 * Initial release.

## Meta

 *  Version **0.14**
 *  Last updated **2 years ago**
 *  Active installations **60+**
 *  WordPress version ** 3.8 or higher **
 *  Tested up to **6.5.8**
 *  Language
 * [English (US)](https://wordpress.org/plugins/extra-user-data/)
 * Tags
 * [total posts](https://pcd.wordpress.org/plugins/tags/total-posts/)[user data](https://pcd.wordpress.org/plugins/tags/user-data/)
   [user info](https://pcd.wordpress.org/plugins/tags/user-info/)
 *  [Advanced View](https://pcd.wordpress.org/plugins/extra-user-data/advanced/)

## Ratings

 4.5 out of 5 stars.

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

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

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

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/extra-user-data/)