Changeset 764024
- Timestamp:
- 08/29/2013 07:44:25 AM (13 years ago)
- File:
-
- 1 edited
-
lb-users-counter/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lb-users-counter/trunk/readme.txt
r764023 r764024 14 14 LB 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). 15 15 16 **API Reference** 17 18 *User* Class 19 20 This 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 16 28 [Documentation in Italian](http://www.lucabonaldo.it/lb-users-counter/) 17 29 … … 26 38 27 39 2. Front-end screenshot. 40 41 == Changelog == 42 43 1.2 - Add Class User
Note: See TracChangeset
for help on using the changeset viewer.