=== LB Users Counter ===
Contributors: Bonny85
Tags: counter, users, login, widget
Requires at least: 3.6
Tested up to: 3.6
Stable tag: 1.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt

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.

== Description ==

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).

**API Reference**

*User* Class

This class contains the static methods for get info of users login

* User::*getUserOff()* This function get number of users offline.

* User::*getUserOn()* This function get number of users online.

* User::*getNameUserOn()* This function get the names of users online.

[Documentation in Italian](http://www.lucabonaldo.it/lb-users-counter/)

== Installation ==

1. Upload LB-Users-Counter folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Screenshots ==

1. Back-end screenshot

2. Front-end screenshot.

== Changelog ==

1.2 - Add Class User