Linux 软件免费装
Banner图

Incoming Hook Logger

开发者 stasionok
更新时间 2026年4月22日 15:10
PHP版本: 6.2 及以上
WordPress版本: 6.9
版权: GPLv3
版权网址: 版权信息

标签

debug logging api webhook logger

下载

1.0.1

详情介绍:

Incoming Hook Logger is designed for developers who need to debug or monitor incoming webhook requests sent to their WordPress site. It captures all request data without interrupting the original request flow, allowing other plugins to process the webhooks as usual. Key Features:

安装:

  1. Upload the incoming-hook-logger folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Incoming Hook Logger menu in the sidebar.
  4. In the Settings tab, add the URLs you want to monitor (one per line).
  5. View captured requests in the Logs tab.

常见问题:

How do I monitor specific endpoints?

In the Settings tab, you can enter partial paths or full URLs.

  • For example, entering /wc-api/ will log all WooCommerce API callbacks.
  • Entering my-custom-endpoint will log any request that contains this string in its URL.

Where are the logs stored?

Logs are stored in a custom database table named wp_webhook_logs (the prefix may vary depending on your WordPress configuration). This ensures that logs are not publicly accessible via the filesystem.

更新日志:

1.0.1 1.0.0