Skip to main content

Filter: gform_checkbox_select_all_label

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $this->formId
  2. $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

NameTypeDescription
$select_labelstringThe "Select All" label.
$fieldobjectThe field currently being processed.

Since

  • 2.3

Source

  • Defined in includes/fields/class-gf-field-checkbox.php at line 205
  • Defined in includes/fields/class-gf-field-checkbox.php at line 983