• Filter incoming payload for webhook actions

    wpwhpro/helpers/validate_response_body Description: This filter allows you manipulate the newly generated API key for the webhook action URL. You can use it to shorten or extend the length of it, change its value, etc. Parameter Type Description $return array The validated response body wrapped inside of an array with the array…

  • How to use the WP Webhooks Extensions feature

    The extension feature is an easy way of managing all of our available extensions directly within WP Webhooks and WP Webhooks Pro. You can install, activate, update, deactivate, and delete them directly within our interface with a single click. Check out this feature in our web view. Each of the…

  • How to use the WP Webhooks Pro Whitelist feature

    The whitelist feature allows you to limit the access of WP Webhooks Pro for incoming requests (Receive Data) to approved IP addresses only. That gives you full control over every incoming request to push your security to a new high. Check out this feature in our web view. We always…

  • How to use the WP Webhooks Pro Logs feature

    The logs feature allows you to get a better understanding on which actions, triggers, and flows tried to exchange data or send data in the first place. It will track every incoming and outgoing data for WP Webhooks Pro, as well as every interaction of a Flow from the WP…

  • Action Trigger on EDD Update Download After Bundled Product Conditions Items List Items

    wpwh/descriptions/actions/edd_update_download/after_edd_bundled_products_conditions Description: This action is fired on the edd_update_download description page to display extra list items. Parameter Type Description $default_bundled_products_conditions array An array containing all of the default bundled product conditions do_action( ‘wpwh/descriptions/actions/edd_update_download/after_edd_bundled_products_conditions’, $default_bundled_products_conditions );

  • Action Trigger on EDD Update Download After Bundled Products Items List Items

    wpwh/descriptions/actions/edd_update_download/after_edd_bundled_products Description: This action is fired on the edd_update_download description page to display extra list items. Parameter Type Description $default_bundled_products array An array containing all of the default bundled products do_action( ‘wpwh/descriptions/actions/edd_update_download/after_edd_bundled_products’, $default_bundled_products );

  • Action Trigger on EDD Update Download After Download Files Items List Items

    wpwh/descriptions/actions/edd_update_download/after_edd_download_files_items Description: This action is fired on the edd_update_download description page to display extra list items. Parameter Type Description $default_download_files array An array containing all of the default download files do_action( ‘wpwh/descriptions/actions/edd_update_download/after_edd_download_files_items’, $default_download_files );

  • Action Trigger on EDD Update Download After Variable Price Items List Items

    wpwh/descriptions/actions/edd_update_download/after_edd_variable_prices_items Description: This action is fired on the edd_update_download description page to display extra list items. Parameter Type Description $default_download_variations array An array containing all of the default download variations do_action( ‘wpwh/descriptions/actions/edd_update_download/after_edd_variable_prices_items’, $default_download_variations );

  • Action Trigger on EDD Create Payment After Cart Details List Items

    wpwh/descriptions/actions/edd_create_payment/after_cart_details_items Description: This action is fired on the edd_create_payment description page to display extra list items. Parameter Type Description $default_cart_details array An array containing all of the default cart details do_action( ‘wpwh/descriptions/actions/edd_create_payment/after_cart_details_items’, $default_cart_details );