This is an instruction and the snippet, how to enable a simple but informative widget on Dashboard wich allows you tracking user registrations based on roles or total number of users.
How WP user Registration Statistics works
- Download the snippet (can be downloaded as a part of KING (all-in-one) package
- Paste it either in function.php or as a separate snippet in any editor you prefer
- Change the role you want to track (in my case, I excluded administrator role)
- Paste a quick link to the page where you can find the list of all users
Examples in the snippet code


Bonus tip: widget for another role
You can duplicate the code and rename all functions (just putting some words (example: bricksbee_render_user_stats_widget_pro_users() and include a specific role. For example, in my case, it’s paying-customers role
