Is there a possibility to get the count of users currently logged in and display it somewhere?
Leave a Reply
You must be logged in to post a comment.
Is there a possibility to get the count of users currently logged in and display it somewhere?
You must be logged in to post a comment.
You can get the logged in users using wp_get_current_user(); .
http://codex.wordpress.org/Function_Reference/wp_get_current_user
But your probably better off just using a plugin or looking at the the following plugins code.
http://wordpress.org/extend/plugins/wp-useronline/