apply_filters( "llms_table_get_{$this->id}_filter_placeholder", string $placeholder , string $column_id )
Filters the placeholder string for a filterable column.
Description Description
The dynamic portion of this filter {$this->id} refers to the unique ID for the table.
Parameters Parameters
- $placeholder
-
(string) Placeholder string.
- $column_id
-
(string) The ID of the column.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.15.0 | Introduced. |