apply_filters( "llms_table_get_{$this->id}_search_placeholder", string $text )
Filters the text to be used as the placeholder in a searchable tables search input.
Description Description
The dynamic portion of this filter {$this->id} refers to the unique ID for the table.
Parameters Parameters
- $text
-
(string) Text to be used as the placeholder in a searchable tables search input.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.15.0 | Introduced. |