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.
- PHP 7.4+
- WordPress 6.3+ (you can try with older versions, but it's not tested)
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
-
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 [email protected]: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
.
Activate the plugin and configure it in the settings by specifying the user roles you wish to monitor.