wpwh/actions/edd_create_discount/filter_discount_arguments
Description:
This filter allows you to filter discount arguments before we are creating the discount.
Parameter | Type | Description |
---|---|---|
$discount_args | array | An array containing all the data that is used to create the discount. |
$discount_args = apply_filters( 'wpwh/actions/edd_create_discount/filter_discount_arguments', $discount_args );