{Wordpress Plugin} Display total number of users in admin dashboard
A very simple plugin that simply displays the total number of users on your admin dashboard. It also lists the number of users by role.
This is my first attempt at creating a wordpress plugin, so I’m just getting my feet wet so to speak.
Tested on Wordpress 2.8 only. Download Link
Please post your support questions in the forum.



Can this routine be called (via PHP) in a public post or widget?
@Ken
Currently that is not possible. However that is an excellent idea, and one that I hadn’t thought of. I’ll see what I can do in a future release. Thanks.
Great! I know at least one person would appreciate this feature:
http://wordpress.org/support/topic/288590?replies=3
Non-Admins can see the stats in their dashboard too?? If they click the link, they reach a dead end. Is there a way for only admins too see the count on their dashboard? thanks.
@carl
Carl, I’ll see what I can do to only allow admins to see the stats. Currently the plugin is not checking for user role.