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.


Top ↑

Parameters Parameters

$columns

(array) The array of table columns.

$context

(string) Display context [display|export].


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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