Filter: gforms_order_trial_item_description
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']
Example hook names:
gforms_order_trial_item_description(base hook)gforms_order_trial_item_description_1(with first modifier value)
Filter the description that appears in the subscription details box of the custom trial item.
Parameters
| Name | Type | Description |
|---|---|---|
| $trial_description | string | The trial description. |
| $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 200