Description
It shows on the admin bar which users are currently logged in AND active. So, if a user is logged in, but hasn’t done anything, it won’t show up.
Plugin is based on heartbeat, which explain the “active” users part.
Please send feedback if this is of any use to you!
Installation
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly. - Done.
FAQ
Are there limitations to the users?
Yes: In order to speed up processing time, i’ve used an option to store the active session. So, it is technically possible to have too many users going on at the same time. Options have a maximum size allocated. Also, the users show on the admin bar and at some point, your list will be too big to fit the screen.
Can I get this information programmatically?
SURE! … use wiohb_get_active_users() and an array of the users slugs.
Can I get other user info besides the slug?
Yes and no: the function above only gives you slugs, however, you can use get_user_by( ‘slug’, $the_user_name ) to get the WP_User object
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Active Users – Heartbeat version” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Active Users – Heartbeat version” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1
- First version.