Filter: gravityview_search_field_label
Modify the label for a search field. Supports returning HTML.
Parameters
| Name | Type | Description |
|---|---|---|
| $label | string | Existing label text, sanitized. |
| $form_field | array | Gravity Forms field array, as returned by GFFormsModel::get_field() |
| $field | array | Field setting as sent by the GV configuration - has field, input (input type), and label keys |
Since
- 1.17.3: Added $field parameter
Source
Defined in includes/search/fields/abstract-search-field.php at line 420