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