Title: Incoming Hook Logger
Author: stasionok
Published: <strong>April 22, 2026</strong>
Last modified: April 22, 2026

---

Search plugins

![](https://ps.w.org/incoming-hook-logger/assets/banner-772x250.png?rev=3512474)

![](https://ps.w.org/incoming-hook-logger/assets/icon-256x256.png?rev=3512474)

# Incoming Hook Logger

 By [stasionok](https://profiles.wordpress.org/stasionok/)

[Download](https://downloads.wordpress.org/plugin/incoming-hook-logger.1.0.1.zip)

 * [Details](https://test.wordpress.org/plugins/incoming-hook-logger/#description)
 * [Reviews](https://test.wordpress.org/plugins/incoming-hook-logger/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/incoming-hook-logger/#installation)
 * [Development](https://test.wordpress.org/plugins/incoming-hook-logger/#developers)

 [Support](https://wordpress.org/support/plugin/incoming-hook-logger/)

## Description

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:

 * **Multiple URLs:** Specify one or more URLs (or partial URLs) to monitor.
 * **Full Data Capture:** Logs request method, full URL, headers, raw body, and 
   sender’s IP.
 * **Admin Interface:** View logs directly in the WordPress dashboard with two tabs(
   Settings and Logs).
 * **Filtering & Search:** Easily find specific entries by filtering by URL or searching
   through body and headers.
 * **Secure Storage:** Logs are stored in a dedicated database table (`wp_webhook_logs`)
   and accessible only to administrators.

## Screenshots

 * [[
 * Admin interface with Settings and Logs tabs.
 * [[

## Installation

 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.

## FAQ

### 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.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Incoming Hook Logger” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ stasionok ](https://profiles.wordpress.org/stasionok/)

“Incoming Hook Logger” has been translated into 2 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/incoming-hook-logger/contributors)
for their contributions.

[Translate “Incoming Hook Logger” into your language.](https://translate.wordpress.org/projects/wp-plugins/incoming-hook-logger)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/incoming-hook-logger/),
check out the [SVN repository](https://plugins.svn.wordpress.org/incoming-hook-logger/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/incoming-hook-logger/)
by [RSS](https://plugins.trac.wordpress.org/log/incoming-hook-logger/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Unique option/action prefixes (`inholog_`) for WordPress.org guidelines; migration
   from legacy `wl_` option key.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.1**
 *  Last updated **3 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.3 or higher **
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/incoming-hook-logger/), [English (US)](https://wordpress.org/plugins/incoming-hook-logger/),
   and [Russian](https://ru.wordpress.org/plugins/incoming-hook-logger/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/incoming-hook-logger)
 * Tags
 * [api](https://test.wordpress.org/plugins/tags/api/)[debug](https://test.wordpress.org/plugins/tags/debug/)
   [logger](https://test.wordpress.org/plugins/tags/logger/)[logging](https://test.wordpress.org/plugins/tags/logging/)
   [webhook](https://test.wordpress.org/plugins/tags/webhook/)
 *  [Advanced View](https://test.wordpress.org/plugins/incoming-hook-logger/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/incoming-hook-logger/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/incoming-hook-logger/reviews/)

## Contributors

 *   [ stasionok ](https://profiles.wordpress.org/stasionok/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/incoming-hook-logger/)