
前言介紹
- 這款 WordPress 外掛「Fullworks Active Users Monitor」是 2025-09-03 上架。
- 目前有 30 個安裝啟用數。
- 上一次更新是 2025-09-17,距離現在已有 161 天。
- 外掛最低要求 WordPress 6.2 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
fullworks | alanfuller |
外掛標籤
users | monitoring | Admin Tools | active-users | online users |
內容簡介
總結: Fullworks Active Users Monitor提供WordPress網站管理員即時查看已登入使用者的能力。透過WordPress的原生session tokens系統,該外掛精準追蹤使用者登入狀態,並提供強大的監控工具。
- 提供即時追蹤,使用WordPress session tokens提供準確的線上/離線狀態
- 管理員工具欄小工具,快速瀏覽線上使用者與角色分布
- 增強的使用者列表,提供視覺指示、狀態欄和篩選選項
- 儀表板小工具,一目瞭然地查看您儀表板上的活躍使用者
- 自動刷新,可配置自動更新而無需重新載入頁面
- 基於角色的顯示,使用不同使用者角色的彩色指示燈
- WP-CLI支援,命令列工具用於監控和管理
- 效能優化,智能緩存和效率查詢
- 完全可翻譯,支援本地化
這些命令使得輕鬆創建維護腳本,尊重用戶活動,確保只有在適當時運行更新和維護任務。
原文外掛簡介
Fullworks Active Users Monitor provides administrators with real-time visibility of logged-in users on your WordPress site. Using WordPress’s native session tokens system, this plugin accurately tracks user login states and provides powerful monitoring tools.
Key Features
Real-Time Tracking – Uses WordPress session tokens for accurate online/offline status
Comprehensive Audit Trail – Track all login/logout events with detailed logging
Admin Bar Widget – Quick overview of online users with role breakdown
Enhanced Users List – Visual indicators, status columns, and filtering options
Dashboard Widget – At-a-glance view of active users on your dashboard
Audit Log Export – Export user activity to CSV, JSON, or Excel formats
Auto-Refresh – Configurable automatic updates without page reload
Role-Based Display – Color-coded indicators for different user roles
WP-CLI Support – Command line tools for monitoring and management
Performance Optimized – Smart caching and efficient queries
Fully Translatable – Ready for localization
Visual Indicators
The plugin provides clear visual feedback for online users:
Green status dots for online users
Gold/orange borders for administrators
Color-coded role indicators
Animated pulse effects (optional)
“ONLINE” badges in user lists
Last seen timestamps for offline users
Perfect For
Membership sites monitoring user activity
Educational platforms tracking student engagement
Multi-author blogs coordinating content creation
Support teams managing customer interactions
Any site requiring user activity insights
Developer Friendly
Clean, well-documented code
Action and filter hooks for customization
WP-CLI commands for automation
Follows WordPress coding standards
Compatible with multisite installations
WP-CLI Commands
The plugin provides powerful WP-CLI commands for monitoring and automation:
Basic Commands
wp active-users list – List all online users
wp active-users stats – Display online user statistics
wp active-users check
wp active-users monitor – Real-time monitoring in terminal
wp active-users clear-cache – Clear the online users cache
Automation Commands
Check if any users are online (for scripting):
wp active-users any [--quiet] [--count] [--json]
--quiet – Returns exit code only (0 = users online, 1 = no users online)
--count – Returns just the number of online users
--json – Returns detailed JSON output
Wait until no users are online:
wp active-users wait-clear [--timeout=
--timeout – Maximum time to wait (default: 300 seconds)
--check-interval – How often to check (default: 30 seconds)
--quiet – Suppress progress messages
Example Automation Scripts
Safe upgrade script:
`bash
!/bin/bash
Only upgrade when no users are online
if wp active-users any –quiet; then
echo “Users are online, postponing upgrade”
else
echo “No users online, safe to upgrade”
wp core update
wp plugin update –all
fi
`
Maintenance with user wait:
`bash
Wait for users to go offline, then perform maintenance
wp active-users wait-clear –timeout=600 && {
wp maintenance-mode activate
wp db optimize
wp cache flush
wp maintenance-mode deactivate
}
`
Monitoring script:
`bash
Get online user count for monitoring dashboard
ONLINE_COUNT=$(wp active-users any –count)
if [ “$ONLINE_COUNT” -gt “100” ]; then
# Send alert about high user activity
echo “High activity: $ONLINE_COUNT users online”
fi
`
These commands make it easy to create maintenance scripts that respect user activity, ensuring updates and maintenance tasks only run when appropriate.
Privacy Policy
This plugin does not collect or store any personal data beyond what WordPress already tracks for logged-in users. It only reads existing session data to determine online status. No data is sent to external services.
Credits
Developed by Fullworks
Icons and visual elements use WordPress core styles for consistency.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Fullworks Active Users Monitor」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0.0 | 1.0.1 | 1.1.0 | trunk |
延伸相關外掛(你可能也想知道)
Admin Tools 》Admin Tools 可協助您為客戶準備管理員介面。, 該外掛擴展了您的管理控制,使您能夠擴展管理員控制。, 功能:, , 易於使用, 輕量級, 隱藏管理員選單和子選單,...。
Cron Jobs 》Cron Jobs 是一個簡單但強大的外掛,可協助您輕鬆管理網站的排程工作。, 我們提供基本的排程工作管理工具,新功能即將推出。, 使用此外掛,您可以:, , 執行...。
The Ultimate WordPress Toolkit – WP Extended 》, 最終版 WordPress 工具包, 我們都喜愛 WordPress 及其彈性,但它的核心並未內建許多功能,通常導致用戶必須安裝多種不同的外掛來管理其網站。這種做法有一...。
Editor Custom Color Palette 》該外掛可更改WordPress預設的調色板和文字大小。此外,它還允許您自定義Gutenberg編輯器和區塊。, 安裝並啟用本插件後,請進入ECCP設置設置自定義顏色。, 功...。
KD Submissions 》<div>, <h3>總結:</h3>, <p>「KD Submissions」外掛是一個全方位解決方案,可讓您直接在 WordPress 管理面板中管理和篩選由 Element...。
Bulk Delete Users by Keyword 》總結:Bulk Delete Users by Keyword 外掛提供了一個方便的方式來管理 WordPress 使用者,讓您可以根據特定關鍵字批次刪除使用者。這個外掛可幫助您提升效能...。
Multisite Usage Scanner 》總結:Multisite Usage Scanner 是一個幫助 WordPress 網路管理員對多站點安裝進行外掛使用審核的工具,提供簡單的管理介面來列出每個站點的所有啟用外掛、識...。UltimaKit – WordPress Admin Tools, Security & Performance Optimizer 》<h2>WordPress 外掛精華工具包總結:</h2>, <ul>, <li>SVG 上傳,使用者匯出,Gutenberg 自訂,管理員列控制,像素標籤管理</l...。
Bulk Delete Product Images 》總結:Bulk Delete Product Images 是一款輕量級的 WooCommerce 管理工具,可以讓使用者快速從內建的批量操作選單中選擇的產品中刪除所有產品圖像 - 包括特色...。
All Page URLs 》總結:All Page URLs 是一個輕量級的外掛,可以在您的管理儀表板中列出所有已發布的 URL。對於 SEO、遷移、稽核和快速參考非常有用。, , 問題與答案:, 1. 這...。
Modules Insight 》<html>, <body>, , <h2>Modules Insight 簡介:</h2>, <p>Modules Insight 是一個簡單的 WordPress 外掛,可列出所有已安裝的...。
Hibiscus Login As Customer for WooCommerce 》總結:Hibiscus Login As Customer for WooCommerce 外掛讓 WordPress 管理員能安全地以任何 WooCommerce 顧客的身份登入,而無需知道其密碼。非常適合店主、...。FixReport – Maintenance Logger 》<b>總結:</b>, FixReport 是由 Code Admin LTD 開發的直覺且高效的 WordPress 外掛,旨在協助網站管理員、開發者和支援團隊細心追蹤並記錄在 Wo...。
Custom Logs 》總結:Custom Logs 是一個強大且使用方便的外掛,旨在幫助 WordPress 開發人員和管理員有效地管理偵錯記錄。憑藉現代化界面,提供完整控制自訂和 WP_DEBUG 記...。Auto Page Creator 》總結:Auto Page Creator 是一個功能強大且使用者友善的 WordPress 外掛,可讓您透過幾下點擊,從管理面板自動建立多個預設頁面。這外掛可以幫助開發者在建立...。
