apply_filters( "llms_table_get_data_{$this->id}", mixed $value, string $key, mixed $data, string $context, LLMS_Admin_Table $table_object )

Filters the table data.


Description Description

The dynamic portion of this filter {$this->id} refers to the unique ID for the table.


Top ↑

Parameters Parameters

$value

(mixed) Value to be displayed.

$key

(string) Column key/ID.

$data

(mixed) Original data object/array.

$context

(string) Display context [display|export].

$table_object

(LLMS_Admin_Table) Instance of the class extending LLMS_Admin_Table.


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.