plugin/owc-activity-log

Tracks all WordPress activity such as meta, options, users, posts, and more.

Maintainers

Package info

github.com/OpenWebconcept/plugin-owc-activity-log

Type:wordpress-plugin

pkg:composer/plugin/owc-activity-log

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-03-25 15:18 UTC

This package is auto-updated.

Last update: 2026-03-31 14:05:54 UTC


README

Tracks all WordPress activity such as posts, meta, options, users, taxonomy, comments, plugins, themes and more.

Requirements

  • PHP 8.1 or higher
  • WordPress 6.7 or higher

Installation

Manual installation

  1. Upload the 'owc-activity-log' folder in to the /wp-content/plugins/ directory.
  2. cd /wp-content/plugins/owc-activity-log
  3. Run composer install, NPM asset build is in version control already.
  4. Activate the plugin in via the WordPress admin.

Composer installation

  1. composer source git@github.com:OpenWebconcept/plugin-owc-activity-log.git
  2. composer require plugin/owc-activity-log
  3. cd /wp-content/plugins/owc-activity-log

Development

Install dependencies

composer install

Run tests

composer test

Code style

composer phpcs
composer phpcbf

Prefix vendor dependencies

composer prefix-dependencies