apply_filters( "llms_table_get_{$this->id}_export_header", string[] $cols )
Customize the export file header columns.
Description Description
The dynamic portion of this hook $this->id
refers to the ID of the table.
Parameters Parameters
- $cols
-
(string[]) Array of file headers.
Source Source
File: includes/abstracts/llms.abstract.exportable.admin.table.php
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |