1. Home
  2. Plugins
  3. WP Webhooks – Easy Digital Downloads
  4. For Devs
  5. Filters
  6. Filter EDD Update Download Default Bundled Product Conditions

Filter EDD Update Download Default Bundled Product Conditions

wpwh/descriptions/actions/edd_update_download/bundled_products_conditions

Description:
This filter allows you to manipulate the default bundled product conditions that are used within the description of the edd_update_download webhook action.

Parameter Type Description
$default_bundled_products_conditions array An array containing all default bundled product conditions we use for the description of the edd_update_download webhook action.
$default_bundled_products_conditions = apply_filters( 'wpwh/descriptions/actions/edd_update_download/bundled_products_conditions', $default_bundled_products_conditions );
Updated on August 12, 2020

Was this article helpful?

Related Articles