LLMS_Admin_Table::filter_get_data( mixed $value, string $key, mixed $data, string $context = 'display' )
Ensures that all data requested by $this->get_data if filterable before being output on screen / in the export file
Description Description
Parameters Parameters
- $value
-
(Required) value to be displayed
- $key
-
(Required) column key / id
- $data
-
(Required) original data object / array
- $context
-
(Optional) display context [display|export]
Default value: 'display'
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |