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 {@see \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 | |
| $field_label | string | |
| $field | \GV\GF_Field | |
| $form | \GF_Form | |
| $view | \View |
Since
Source
Defined in includes/class-datatables-field-filters.php at line 359