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