Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3525 days ago
Is Active Users – Heartbeat version abandoned?
Possibly abandoned (last update 3525 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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-namedirectory, or install the plugin through the WordPress plugins screen directly. - Done.
Frequently Asked Questions
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
Review feed
Screenshots
Changelog
0.1
- First version.