1. Home
  2. For Devs
  3. Action
  4. Webhook Action After Settings
  1. Home
  2. Plugins
  3. WP Webhooks
  4. For Devs
  5. Action
  6. Webhook Action After Settings

Webhook Action After Settings

wpwhpro/admin/webhooks/webhook_action_after_settings

Description:
This action fires after a incoming webhook was found and validated. It can eb used to validate the webhook again against custom added settings.

Parameter Type Description
$webhooks array An array of all available and active webhooks
$response_ident_value string The webhook identifier (The action argument)
$response_body array The full response body

	do_action( 'wpwhpro/admin/webhooks/webhook_action_after_settings', $webhooks, $response_ident_value, $response_body );

Updated on August 10, 2019

Was this article helpful?

Related Articles