WP Manifestindependent plugin directory
manifest / integrations / wp-hook-expose

WP Hook Expose

🔌 A lightweight plugin to create webhooks in WordPress.

by Fabian Reinders · github.com/fabiancdng/wp-hook-expose · website

11stars
118release downloads
≈10active sites
3forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/fabiancdng/wp-hook-expose/releases/download/v1.1.1/wp-hook-expose.zip

From the readme

WP Hook Expose A simple and fast way to turn WordPress hooks into custom webhooks. Table of Contents Installation Webhooks Managing webhooks Creating a new webhook Potential pitfalls Upgrading to a new version Credits Installation 1. Download the wp-hook-expose.zip file from the latest release. 2. In your WordPress admin panel, navigate to Plugins - Add New. 3. Click Upload Plugin at the top of the page. 4. Upload the wp-hook-expose.zip file. 5. Activate the plugin. Webhooks Managing webhooks The plugin provides a UI to list, create, edit and delete webhooks all in the WordPress admin panel. How webhooks work This plugin takes a different approach to webhooks than most other plugins. Webhooks are not bound to pre-defined events or have pre-defined HTTP bodies. All webhooks are subscribed to WordPress actions and turn them into a webhook. The arguments the WordPress action is called with are used as the HTTP body of the webhook. This way you can create custom events for your webhooks super easily... just create a new WordPress action and you're good to go! Creating a new webhook You can choose the URL to send the webhook to and the WordPress act

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v1.1.1 Jan 18, 2025 wp-hook-expose.zip 29
v1.1 Jan 17, 2025 wp-hook-expose.zip 7
v1.0.1 Jan 17, 2025 wp-hook-expose.zip 5
v1.0 Jan 13, 2024 wp-hook-expose.zip 77

Active-site estimate ≈10 comes from the median of recent superseded releases. Method.