=== Logged In Users === Contributors: authorityaid Donate link: https://authorityaid.com/ Tags: users, logged-in, dashboard Requires at least: 4.0 Tested up to: 6.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple plugin to display a list of currently logged-in users on the Dashboard. == Description == The Logged In Users plugin adds a new widget to the WordPress dashboard that displays a list of the users currently logged in to your website. This can be useful for monitoring user activity and keeping track of who is currently active on your site. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/logged-in-users` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Go to the dashboard and you will see a new widget called "Logged In Users" == Frequently Asked Questions == = How does the plugin work? = The plugin uses the WordPress database to query for users who have the 'user_status' set to '0', indicating they are logged in. It then displays a list of these users in a dashboard widget. = Can I customize the appearance of the widget? = The widget's appearance is determined by your current WordPress theme. However, you can use CSS to modify the widget's style. == Screenshots == 1. The widget showing a list of logged-in users == Changelog == = 1.0 = * Initial release == Upgrade Notice == = 1.0 = Initial release