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 )