apply_filters( "llms_table_get_{$this->id}_tbody_data", array $tbody_data )
Filters the array of tbody data.
Description Description
The dynamic portion of this filter {$this->id} refers to the unique ID for the table.
Parameters Parameters
- $tbody_data
-
(array) Array of data that will be used to create the table body.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.15.0 | Introduced. |