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
- Upload the plugin files to the /wp-content/plugins/extra-user-data/ directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the ‘Plugins’ screen in WordPress
- That’s it, no more configuration needed but you may want to install the Adjust Users Screen to control which columns get shown in which order.
FAQ
-
Too Many Columns?
-
Install the Adjust Users Screen to control the display of columns on the Users screen.
Reviews
Contributors & Developers
“Extra User Data” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Extra User Data” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change log
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.