Filter: gform_product_quantity
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id$this->id
Example hook names:
gform_product_quantity(base hook)gform_product_quantity_1(with first modifier value)gform_product_quantity_1_2(with all modifier values)
Filter for the product quantity label.
Parameters
| Name | Type | Description |
|---|---|---|
| $form_id | int | The form ID. |
| $field_id | int | The field ID. |
Since
- unknown: unknown
Source
Defined in includes/fields/class-gf-field.php at line 3364