Сүрөттөө
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.
Орнотуу
- Upload the
incoming-hook-loggerfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Go to Incoming Hook Logger menu in the sidebar.
- In the Settings tab, add the URLs you want to monitor (one per line).
- View captured requests in the Logs tab.
FAQ.KG
-
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.
* Enteringmy-custom-endpointwill 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.
Сын-пикирлер
There are no reviews for this plugin.
Contributors & Developers
“Incoming Hook Logger” is open source software. The following people have contributed to this plugin.
Мүчөлөрү“Incoming Hook Logger” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “Incoming Hook Logger” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Өзгөртүүлөр
1.0.1
- Unique option/action prefixes (
inholog_) for WordPress.org guidelines; migration from legacywl_option key.
1.0.0
- Initial release.


