Title: Activity Track &#8211; User Activity Log
Author: WPmanage
Published: <strong>Mayo 15, 2025</strong>
Last modified: Setyembre 26, 2026

---

Search plugins

![](https://ps.w.org/activity-track/assets/banner-772x250.png?rev=3294297)

![](https://ps.w.org/activity-track/assets/icon-256x256.png?rev=3294297)

# Activity Track – User Activity Log

 By [WPmanage](https://profiles.wordpress.org/ujimoto/)

[Download](https://downloads.wordpress.org/plugin/activity-track.1.1.0.zip)

 * [Details](https://ceb.wordpress.org/plugins/activity-track/#description)
 * [Reviews](https://ceb.wordpress.org/plugins/activity-track/#reviews)
 *  [Installation](https://ceb.wordpress.org/plugins/activity-track/#installation)
 * [Development](https://ceb.wordpress.org/plugins/activity-track/#developers)

 [Support](https://wordpress.org/support/plugin/activity-track/)

## Description

**Activity Track – User Activity Log** – Record supported WordPress activity and
investigate account, content, and store changes. Optional Pro features add AI log
explanations and additional investigation tools.

It combines **real-time activity tracking**, **AI-driven analysis**, and **customizable
notifications** to help you quickly investigate issues, monitor security, and understand
what users do on your site.

#### What This Plugin Logs (at a glance)

 * **User logins & logouts** (success and failed attempts)
 * **Post/page changes** (create, update, delete, status changes)
 * **Plugin & theme actions** (activate, deactivate, install, update)
 * **User & role changes** (add, remove, capability/role updates)
 * **Media & downloads** (uploads, deletions)
 * **Settings changes** (options updated)
 * **WooCommerce orders** (new orders, status changes, refunds, trashed and deleted
   orders)

#### Who It’s For

 * **Agencies managing multiple client sites
 * **Security teams monitoring user actions
 * **Content teams needing transparency and accountability
 * **Site owners who want visibility into their site’s health

#### Why Choose This Activity Log Plugin

 * **Accurate audit trail**: designed for admins who need trustworthy logs.
 * **Fast & lightweight**: minimal overhead; indexed tables keep queries quick.
 * **Actionable alerts**: email/Slack rules so you know about critical events instantly.
 * **Privacy controls**: IP anonymization and hashing options (Pro) for GDPR/CCPA.

#### Core Features (Free)

 * 🔍 **Real-Time Activity Logging**
    Capture every key event (logins, content edits,
   downloads, failed attempts, etc.) as it happens.
 * 🔔 **Custom Notifications**
    Trigger alerts based on user roles, specific actions,
   IP ranges or threshold events via email or Slack.
 * 📊 **Reports & Statistics**
    View detailed dashboards and exportable reports 
   on activity trends, top users, and security events.
 * 🔒 **Multisite Compatible**
    Single-site or network-wide deployment—centralized
   control for multisite installs.
 * 📥 **CSV Export**
    Download detailed activity reports for compliance, audit or
   sharing.

### GET SUPPORT AND PRO FEATURES

Get professional support and more features with [Activity Track PRO](https://activitytrack.ai)

#### WooCommerce Activity (Free)

Connect recorded account activity, checkout submissions, saved payment methods, 
and payment outcomes in one timeline. Includes customer/order summaries, grouped
profile updates, outcome badges, and links to related timelines.

 * Enable **WooCommerce** under **Activity Track  Settings  Enable Activity Types**
   to show the WooCommerce Activity menu. Enable **User** to record registration,
   sign-ins, and profile changes.
 * Supported Stripe events are collected through the WooCommerce Stripe gateway.
   Live webhook recording is shown separately from WooCommerce payment completion;
   an unconfirmed webhook does not mean a payment failed.
 * Review notices highlight five or more recorded live Stripe payment/card-setup
   failures for the same linked user within ten minutes. Failures can be legitimate
   retries and do not prove fraud.
 * Profile changes store allowlisted categories, not field values. Older events 
   may not contain changed-field details.
 * Summaries cover the events on the current page. Tracking starts when enabled;
   missing records do not prove no activity occurred.
 * Monitoring only: this feature does not block customers, validate cards, or replace
   WooCommerce order management or payment-provider fraud controls. No raw card 
   details or payment payloads are stored by this recorder.

Free works independently. Pro is optional and requires the Free plugin to remain
installed and active.

### Pro Features (Optional Upgrade)

 * 🤖 **AI-Driven Summaries**
    Request a structured explanation of a recorded log,
   with a summary, impact, suggested next steps, and limits of the available evidence.
 * 🌐 **VPN & Proxy Detection**
    Automatically flag or exclude traffic coming from
   known VPNs, proxies or TOR nodes.
 * 🔒 **IP Anonymization & Hashing**
    Meet GDPR/CCPA requirements by masking or 
   hashing visitor IP addresses.
 * 🗂️ **Grouped Activity Logs**
    Consolidate repeated events into single entries
   with frequency counts for cleaner analysis.
 * ⏱ **Advanced Time Filters**
    See data for the last 24 hours, 7 days, 30 days 
   or any custom interval.
 * 🚨 **Unlimited Notification Rules**
    Create as many email notifications as you
   need—no caps.
 * 🛠 **Priority Email Support**
    Get fast, expert help whenever you need it.

### Source Code & Human-Readable Files

We include both the original (human-readable) and the minified assets in this ZIP
so you can review or fork them directly.

— **JavaScript sources** (in `assets/admin/js/`):
 • `flowbite.js` – original Flowbite
source (upstream: https://github.com/themesberg/flowbite) • `flowbite.min.js` – 
minified Flowbite • `atk.notifications.js` – our plugin’s notifications logic (un-
minified) • `atk.settings.js` – our plugin’s settings page logic (un-minified)

— **CSS sources** (in `assets/admin/css/`):
 • `tailwind-admin.css` – compiled Tailwind
CSS for admin pages (un-minified) • `atk.custom.css` – plugin custom overrides (
un-minified) • `atk.notifications.css` – notification panel styles (un-minified)•`
atk.settings.css` – settings page styles (un-minified)

— **Production assets enqueued** by the plugin:
 • all `.min.js` files from `assets/
admin/js/` • all `.css` files from `assets/admin/css/`

### Updating Flowbite

When you want to bump to the latest Flowbite:

 1. **Install or update Flowbite**
     From your plugin root, run: npm install flowbite
 2. **Copy the JS files**
     Overwrite the ones in your plugin: cp node_modules/flowbite/
    dist/flowbite.js assets/admin/js/flowbite.js cp node_modules/flowbite/dist/flowbite.
    min.js assets/admin/js/flowbite.min.js
 3. **Verify & Commit**
 4.  * `flowbite.js` is the human-readable source.
     * `flowbite.min.js` is the minified, production file.
        Load your plugin in WP 
       Admin and confirm all interactions still work.

### License

This plugin is released under the [GPLv2 (or later)](https://www.gnu.org/licenses/gpl-2.0.html).
Free to use, modify, and redistribute.

## Screenshots

[⌊Dashboard Overview — live-feed User Activity Log of recent actions and events.⌉⌊
Dashboard Overview — live-feed User Activity Log of recent actions and events.⌉[

**Dashboard Overview** — live-feed User Activity Log of recent actions and events.

[⌊Notification Rules — build custom triggers by role, action.⌉⌊Notification Rules—
build custom triggers by role, action.⌉[

**Notification Rules** — build custom triggers by role, action.

[⌊Notification Report — view activity notifications reports.⌉⌊Notification Report—
view activity notifications reports.⌉[

**Notification Report** — view activity notifications reports.

[⌊Settings — configure tracking options, IP anonymization, and more.⌉⌊Settings —
configure tracking options, IP anonymization, and more.⌉[

**Settings** — configure tracking options, IP anonymization, and more.

## Installation

 1. Upload the `activity-track` folder to `/wp-content/plugins/`.
 2. Activate **Activity Track** via the **Plugins** screen in WordPress.
 3. Go to **Activity Track  Settings** and configure your tracking preferences.
 4. (Optional) Upgrade to **PRO** on our [pricing page](https://activitytrack.ai/pricing/)
    to unlock AI summaries, VPN detection, unlimited rules, and more.

## FAQ

### Will this slow down my site?

No. The activity logger is optimized to be lightweight. It writes concise entries
and uses indexed database tables to keep reads fast, so typical sites will not notice
any performance impact.

### What events does the activity log record?

Logins/logouts, failed logins, post and page edits, plugin/theme activation or updates,
user/role changes, media uploads/deletions, and key settings updates. You can filter
or export the audit trail as needed.

### Where are the logs stored?

Logs are stored in your WordPress database. You control retention via settings; 
export to CSV is available for audits and compliance.

### What versions of WordPress and PHP are supported?

Requires **WordPress 6.4+** and **PHP 8.0+**. See the readme header for the tested
WordPress version.

### How do I upgrade to the PRO features?

Install and activate Activity Track Pro, then visit **Activity Track  Settings  
Pro Settings**, enter your license key, and unlock AI summaries, VPN/Proxy detection,
and unlimited notification rules.

### Can I track activity across a multisite network?

Yes! The plugin is built to support multisite. Install network-wide or enable on
individual sites as needed.

### Is user data stored safely?

We respect privacy—IP anonymization, hashing, and GDPR/CCPA compliance options are
available in Pro Settings.

## Reviews

![](https://secure.gravatar.com/avatar/a12d48f858eca1ebbe04c46dfd7098c6a5f91e4e2de4c8d2db1d59bd4c1e8f78?
s=60&d=retro&r=g)

### 󠀁[A Simple but Powerful User Activity Log](https://wordpress.org/support/topic/a-simple-but-powerful-user-activity-log/)󠁿

 [WPmanage](https://profiles.wordpress.org/ujimoto/) Setyembre 1, 2025

As someone who’s managed WordPress sites for years, I’ve tried a lot of activity
log plugins but was never fully satisfied. Most were either too basic or cluttered
with things I didn’t need. With Activity Track – User Activity Log, I finally have
a tool that gives me exactly what I was missing: Clear logs with helpful AI explanations
so I can understand what’s happening instantly. Simple, useful notifications that
keep me updated without overwhelming me. Full control over what gets logged, so 
my dashboard stays clean and relevant. This project grew out of real frustrations
and the need for better insight into my sites. I’d love to hear your feedback and
suggestions so I can keep improving it for everyone.

 [ Read all 1 review ](https://wordpress.org/support/plugin/activity-track/reviews/)

## Contributors & Developers

“Activity Track – User Activity Log” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ WPmanage ](https://profiles.wordpress.org/ujimoto/)

[Translate “Activity Track – User Activity Log” into your language.](https://translate.wordpress.org/projects/wp-plugins/activity-track)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/activity-track/), check
out the [SVN repository](https://plugins.svn.wordpress.org/activity-track/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/activity-track/)
by [RSS](https://plugins.trac.wordpress.org/log/activity-track/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.0

 * Added WooCommerce Activity in Free: account, checkout, saved payment method, 
   and payment-outcome records with customer/order summaries.
 * Added recording-coverage indicators and separate WooCommerce and Stripe webhook
   evidence.
 * Added review notices for repeated recorded live Stripe failures, webhook replay
   deduplication, and separate test-mode labeling.
 * Added privacy-conscious profile-change categories and grouped display with individual
   evidence preserved.
 * Improved activity-table readability, event counts, unknown-user labels, and related
   URL buttons.
 * Fixed CSV export submission and missing Activity values that misaligned exported
   columns.
 * Improved compatibility with Pro log explanations and independent Free/Pro loading.

#### 1.0.8

 * Fixed WooCommerce order status changes not always being logged from the admin
   order edit screen.
 * Improved WooCommerce tracking reliability when WooCommerce loads after Activity
   Track.
 * Added a fallback for manual WooCommerce status changes on stores using HPOS.
 * Improved activity log display by showing completed WooCommerce statuses with 
   a green label.
 * Reduced noisy Pro options logs from internal WooCommerce order-edit option updates.

#### 1.0.7

 * Added WooCommerce logging for trashed and permanently deleted orders.
 * Fixed missing order links in WooCommerce log entries on stores using High-Performance
   Order Storage (HPOS).
 * Fixed draft WooCommerce orders being logged as new orders (unfinished checkouts
   and unsaved admin orders are now skipped).
 * Fixed WooCommerce events from payment gateways or cron being misattributed to
   the customer instead of the system.
 * Fixed duplicate log entry when a full refund also changed the order status.

#### 1.0.6

 * Fixed tooltip display issue in the activity log.

#### 1.0.5

 * Added ‘Options’ and ‘WooCommerce’ activity types for better tracking.
 * Improved activity log formatting for new activity types.

#### 1.0.4

 * Fixed UI issue in settings.
 * Improved UI on notifications.

#### 1.0.3

 * Fixed UI issue on notifications.

#### 1.0.2

 * Fixed multisite compatibility issues.
 * Fixed plugin activation/deactivation time out errors.

#### 1.0.1

 * UI improvements for settings and notifications.

#### 1.0.0

 * Initial stable release.
 * Core real-time tracking, logging, and notifications.

## Meta

 *  Version **1.1.0**
 *  Last updated **21 hours ago**
 *  Active installations **20+**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.0.6**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/activity-track/)
 * Tags
 * [Activity Log](https://ceb.wordpress.org/plugins/tags/activity-log/)[audit trail](https://ceb.wordpress.org/plugins/tags/audit-trail/)
   [login monitor](https://ceb.wordpress.org/plugins/tags/login-monitor/)[wordpress security](https://ceb.wordpress.org/plugins/tags/wordpress-security/)
 *  [Advanced View](https://ceb.wordpress.org/plugins/activity-track/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/activity-track/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/activity-track/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/activity-track/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/activity-track/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/activity-track/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/activity-track/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/activity-track/reviews/)

## Contributors

 *   [ WPmanage ](https://profiles.wordpress.org/ujimoto/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/activity-track/)