定制 plugin/owc-activity-log 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

plugin/owc-activity-log

最新稳定版本:v1.0.2

Composer 安装命令:

composer require plugin/owc-activity-log

包简介

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

README 文档

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

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.

add_filter('owc_activity_log_admin_page_overview_cap', function ($cap) {
    return 'superuser'; // Or any other capability.
});

Development

Install dependencies

composer install

Run tests

composer test

Code style

composer phpcs
composer phpcbf

Prefix vendor dependencies

composer prefix-dependencies

统计信息

  • 总下载量: 126
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 11
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-03-31