Filter: gform_product_info
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']
Example hook names:
gform_product_info(base hook)gform_product_info_1(with first modifier value)
Allows the product info used by add-ons and when generating the entry order summary table to be overridden.
Parameters
| Name | Type | Description |
|---|---|---|
| $product_info | array | The selected products, options, and shipping details for the current entry. |
| $form | array | The form object used to generate the current entry. |
| $lead | array | The current entry object. |
Since
Source
Defined in common.php at line 4459