Plugin Directory

Changeset 764024


Ignore:
Timestamp:
08/29/2013 07:44:25 AM (13 years ago)
Author:
Bonny85
Message:

revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lb-users-counter/trunk/readme.txt

    r764023 r764024  
    1414LB Users Counter is a plugin for WordPress. Allows you to add a widget to a sidebar, where you can view some attributes with respect to the number of users browsing the website (online, offline and online user name).
    1515
     16**API Reference**
     17
     18*User* Class
     19
     20This class contains the static methods for get info of users login
     21
     22* User::*getUserOff()* This function get number of users offline.
     23
     24* User::*getUserOn()* This function get number of users online.
     25
     26* User::*getNameUserOn()* This function get the names of users online.
     27
    1628[Documentation in Italian](http://www.lucabonaldo.it/lb-users-counter/)
    1729
     
    2638
    27392. Front-end screenshot.
     40
     41== Changelog ==
     42
     431.2 - Add Class User
Note: See TracChangeset for help on using the changeset viewer.