Get all users online
-
How to get all online users ?
This code wont work becouse only get current user [not all online users]:if(is_user_logged_in()) : global $current_user; get_currentuserinfo(); echo $current_user->display_name; /* green button stuff here */ else : /* offline stuff */ endif;
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Get all users online’ is closed to new replies.