Filter: gforms_order_trial_discount_item_price
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']
Example hook names:
gforms_order_trial_discount_item_price(base hook)gforms_order_trial_discount_item_price_1(with first modifier value)
Filter the trial discount amount.
Parameters
| Name | Type | Description |
|---|---|---|
| $trial_discount | float | The trial discount amount. |
| $form | array | The Form object to filter through |
| $feed | array | The Form object to filter through |
| $entry | array | The entry object to filter through |
Since
Source
Defined in includes/orders/factories/class-gf-order-factory.php at line 134