Filter: gravityview/datatables/field_filters/placeholder
Modifies the placeholder text used in the per-field filters.
The %s placeholder is replaced by the $field label, fetched using \GV\GF_Field::get_label(). HTML tags are ignored; the value grabbed by jQuery.text() will be used
Parameters
| Name | Type | Description |
|---|---|---|
| $filter_placeholder | string | The placeholder text. |
| $field_label | string | The field label. |
| $field | \GV\GF_Field | The field object. |
| $form | \GF_Form | The form object. |
| $view | \View | The view object. |
Since
Source
Defined in includes/class-datatables-field-filters.php at line 359