apply_filters( "llms_table_get_{$this->id}_empty_message", string $columns )
Filters the message displayed when the table is empty.
Description Description
The dynamic portion of this filter {$this->id} refers to the unique ID for the table.
Parameters Parameters
- $columns
-
(string) The message displayed when the table is empty.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.15.0 | Introduced. |