Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Admin_Table::is_col_visible( [type] $data, string $context = 'display' )
Determine if a column is visible based on the current context
Description Description
Parameters Parameters
- $data
-
(Required) array of a single column's data from set_columns()
- $context
-
(Optional) context [display|export]
Default value: 'display'
Return Return
(bool)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |