zhyian / wp-activity-tracker
Real-time User Activity Tracker for WordPress.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
Requires
- php: >=7.4
- ext-json: *
- composer/installers: *
- jeffreyvanrossum/wp-settings: *
- php-di/php-di: *
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-27 17:04:58 UTC
README
Description
Activity Tracker Plugin: Seamlessly record and log user actions such as creating, editing, or deleting posts, managing attachments, login/logout events, plugin activation/deactivation, and more.
Requirements
- PHP 7.4+
- WordPress 6.3+ (you can try with older versions, but it's not tested)
Features
Here is a summary of the changes that the plugin can keep a record of:
- Post, Page, and Custom Post Type Changes
- Tags and Categories Changes
- Users Changes
- User Profile Changes
- User Activity
- Plugins and Themes Changes
Install
-
Preferable way is to use Composer:
composer require zhyian/wp-activity-tracker
By default, it will be installed as Must Use Plugin. But it's possible to control with
extra.installer-paths
incomposer.json
. -
Alternate way is to clone this repo to
wp-content/mu-plugins/
orwp-content/plugins/
:cd wp-content/plugins/ git clone git@github.com:zhyian/wp-activity-tracker.git cd zhyian/wp-activity-tracker/ composer install
If plugin was installed as regular plugin then activate Activity Tracker from Plugins page
or WP-CLI: wp plugin activate wp-activity-tracker
.
Usage
Activate the plugin and configure it in the settings by specifying the user roles you wish to monitor.