apply_filters( "llms_table_get_data_{$this->id}", mixed $value , string $key , mixed $data , string $context , LLMS_Admin_Table $table_object )
Filters the table data.
Description Description
The dynamic portion of this filter {$this->id} refers to the unique ID for the table.
Parameters Parameters
- $value
-
(mixed) Value to be displayed.
- $key
-
(string) Column key/ID.
- $data
-
(mixed) Original data object/array.
- $context
-
(string) Display context [display|export].
- $table_object
-
(LLMS_Admin_Table) Instance of the class extending
LLMS_Admin_Table.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |