apply_filters( "llms_table_get_{$this->id}_columns", array $columns , string $context )
Filters the array of table columns.
Description Description
The dynamic portion of this filter {$this->id} refers to the unique ID for the table.
Parameters Parameters
- $columns
-
(array) The array of table columns.
- $context
-
(string) Display context [display|export].
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |