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

dev-main 2023-09-27 13:43 UTC

This package is auto-updated.

Last update: 2024-04-27 15:04:39 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:

  1. Post, Page, and Custom Post Type Changes
  2. Tags and Categories Changes
  3. Users Changes
  4. User Profile Changes
  5. User Activity
  6. 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 in composer.json.

  • Alternate way is to clone this repo to wp-content/mu-plugins/ or wp-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.