內容簡介
Unstoppable Activity Tracker 是一款獨立的活動追蹤外掛,無需依賴其他外掛,能直接與 WordPress 整合並寫入自己的資料庫表格。它提供活動趨勢、事件分類、活躍用戶及安全亮點的分析儀表板,幫助用戶輕鬆監控網站活動。
【主要功能】
• 獨立運作,不依賴其他外掛
• 提供活動趨勢與事件分類分析
• 追蹤用戶登入、登出及註冊狀態
• 記錄文章、頁面及外掛的變更
• 支援 REST API 端點供外部工具使用
• 自動刪除超過保留期限的事件
外掛標籤
開發者團隊
② 後台搜尋「Unstoppable Activity Tracker」→ 直接安裝(推薦)
原文外掛簡介
Unstoppable Activity Tracker is a fully standalone activity tracker. It does not depend on any other plugin — it hooks WordPress directly and writes to its own database table.
New in 2.1.0: an Insights dashboard. See activity trends over time, event breakdown by category, most active users, and security highlights (failed logins, role changes, plugin activity, and more) — all with a time range switcher (24 hours / 7 days / 30 days / 90 days).
Use it as an audit log for a single site, or expose the REST endpoint to a dashboard, monitoring tool, or client portal of your choice.
What it tracks
Authentication: successful logins, failed login attempts, logouts.
Posts and pages (and any other public post type): created, updated, published, unpublished, trashed, restored, permanently deleted.
Users: registered, deleted, profile updated, role changed.
Plugins: activated, deactivated, installed, updated, deleted.
Themes: switched, installed, updated.
WordPress core: updated.
Site settings: site title, tagline, admin email, site URL, home URL, registration, default role, permalink structure, language.
Every event is stored with: timestamp, numeric event code, severity (info / notice / warning / error / critical), user, role, IP, user agent, message, and event-specific metadata (JSON).
What it does NOT do
It does not depend on any other plugin.
It does not send any data anywhere. All data stays on your site. Outbound requests only happen when you configure something else (a dashboard, portal, monitoring tool) to read the REST endpoint with the per-site API key.
It does not modify any third-party plugin’s data.
REST endpoints
All endpoints live under /wp-json/unstoppable/v1/ and require an API key in the X-Unstoppable-Key header. The key is auto-generated on activation and shown on the plugin’s settings page — no signup, no license, no external service. You can regenerate it any time. The requirement is authentication only (so the endpoint doesn’t expose activity data to the public web), not a paywall.
GET /ping — health check
GET /events — paginated events feed, with limit, since, object, event_type, severity filters
GET /stats — aggregate counts (total / last 24h / last 7d / by object)
Retention
A daily cron job deletes events older than the retention window (default 90 days). Set the retention to 0 to keep events forever.
