apply_filters( "llms_table_get_{$this->id}_tr_classes", string $class , mixed $row )
Filters the CSS class of a table row.
Description Description
The dynamic portion of this filter {$this->id} refers to the unique ID for the table.
Parameters Parameters
- $class
-
(string) CSS class list (as a string) for a given TR.
- $row
-
(mixed) Object/array of data that the function can use to extract the data.
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.24.0 | Introduced. |