Filter: gform_checkbox_deselect_all_label
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$this->formId$this->id
Example hook names:
gform_checkbox_deselect_all_label(base hook)gform_checkbox_deselect_all_label_1(with first modifier value)gform_checkbox_deselect_all_label_1_2(with all modifier values)
Modify the "Deselect All" checkbox label.
Parameters
| Name | Type | Description |
|---|---|---|
| $deselect_label | string | The "Deselect All" label. |
| $field | object | The field currently being processed. |
Since
- 2.3
Source
- Defined in
includes/fields/class-gf-field-checkbox.phpat line 216 - Defined in
includes/fields/class-gf-field-checkbox.phpat line 994