1. Home
  2. Plugins
  3. WP Webhooks
  4. For Devs
  5. Filter
  6. Webhook HTTP Arguments (Send Data)
  1. Home
  2. For Devs
  3. Filter
  4. Webhook HTTP Arguments (Send Data)

Webhook HTTP Arguments (Send Data)

wpwhpro/admin/webhooks/webhook_http_args

Description:
This filter enables you to manipulate the default HTTP arguments for sending a Trigger.

Parameter Type Description
$http_args array An array of the default arguments, as well as of the custom arguments
$args array An array of the custom arguments
$url string The url of the reciever for the trigger
$webhook array The webhook data to the currently present webhook
$authentication_data array The authentication data in case you set an authentication template for the trigger.
$http_args = apply_filters( 'wpwhpro/admin/webhooks/webhook_http_args', array_merge( $http_args, $args ), $args, $url, $webhook, $authentication_data );
Updated on February 16, 2020

Was this article helpful?

Related Articles