Filters the form data before sending it to the webhook. Allows developers to modify or augment the form data before it’s sent to the webhook endpoint. NOTE: data has to be the first argument so it can be defaulted.
Parameters
- $form_data
array The form data to be sent (field IDs as keys, values as values).
- $webhook_id
string The unique identifier for this webhook.
Changelog
- Introduced in Jetpack 6.21.0