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.


Top ↑

Parameters Parameters

$cols

(string[]) Array of file headers.


Top ↑

Source Source

File: includes/abstracts/llms.abstract.exportable.admin.table.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.