OWC Activity Log
Tracks all WordPress activity such as posts, meta, options, users, taxonomy, comments, plugins, themes and more.
by Yard | Digital Agency · github.com/openwebconcept/plugin-owc-activity-log · website
★ 0stars
426composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/openwebconcept/plugin-owc-activity-log/archive/refs/heads/main.zipAlso on Packagist as plugin/owc-activity-log:
composer require plugin/owc-activity-logFrom the readme
OWC Activity Log
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
Hooks
Admin overview page access
By default, the overview page inside the WordPress admin of this plugin is only accessible to administrators.
Some projects may require users with different roles or capabilities to access this page as well.
This filter allows you to customize the required capability.
Development
Install dependencies
Run tests
Code style
Prefix vendor dependencies
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.