开发者 |
fullworks
alanfuller |
---|---|
更新时间 | 2025年9月18日 04:12 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directoryThe plugin uses WordPress's built-in WP_Session_Tokens class to check for active session tokens. This ensures accurate detection regardless of the authentication method used (standard login, SSO, 2FA, etc.).
Yes, but only if you enable the audit trail feature. The plugin creates one table (wp_fwaum_audit_log) to store login/logout event history. The core monitoring functionality uses WordPress's existing session management system without any custom tables.
Yes. In the plugin settings, you can configure which user roles have permission to view online user status. By default, only administrators can see this information.
The refresh interval is configurable from 15 to 300 seconds. The default is 30 seconds. You can adjust this in Settings > Active Users Monitor.
Yes. The plugin uses AJAX for real-time updates, which works independently of page caching. The plugin also implements its own transient caching for optimal performance.
Yes. The plugin is fully compatible with WordPress multisite installations. Super Admins can monitor users across the network.
Yes. The plugin automatically detects and supports all custom user roles in addition to WordPress default roles.
The plugin provides CSS classes for all elements and includes filter hooks for developers to customize the output. You can override styles in your theme's CSS.
Yes. The plugin includes comprehensive WP-CLI support with commands for monitoring, automation, and scripting. See the WP-CLI Commands section below for details.
No. The plugin is optimized for performance with smart caching, efficient queries, and optional features you can disable if needed.