1. Home
  2. For Devs
  3. Filter
  4. Filter Webhook Identificator
  1. Home
  2. Plugins
  3. WP Webhooks
  4. For Devs
  5. Filter
  6. Filter Webhook Identificator

Filter Webhook Identificator

wpwhpro/admin/settings/webhook_ident_param

Description:
Use this filter to modify the webhook identificator parameter for your webhooks. This is the GET paremeter that defines the current action.

Parameter Type Description
$this->webhook_ident_param string The wehook identifier. Default: wpwhpro_action

/**
* Filter the webhook identificator parameter for your webhooks.
*/
apply_filters( 'wpwhpro/admin/settings/webhook_ident_param', $this->webhook_ident_param )

Updated on August 10, 2019

Was this article helpful?

Related Articles