描述
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.
安装
- 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 – columns you don’t want to see can be toggled off in the “Screen Options” section of the “Users” admin page.
评价
2021 年 10 月 16 日
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.
2021 年 4 月 1 日
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.
2017 年 6 月 21 日
why there is no this feature in default wordpress? i dont understand… hope this plugin will stay up to date, thank you.
2017 年 4 月 14 日
Works brillant on version 4.7.3
2016 年 9 月 3 日
I used the admin columns plugin for layout display.
Very helpful info.
Thank you!
2016 年 9 月 3 日
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!
贡献者及开发者
更新日志
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.