LLMS_Admin_Table::get_columns( $context = 'display' )
Retrieve the array of columns defined by set_columns.
Return Return
(array)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
/** * Filters the arguments used to build the query. * * The dynamic portion of this filter `{$this->id}` refers to the unique ID for the table. * * @since 3.15.0 * * @param array $args Arguments to build the query whose results will populate the table. */ return apply_filters( "llms_table_get_args_{$this->id}", $args ); } /** * Retrieve the array of columns defined by set_columns. * @since 3.2.0 * @since 3.24.0 Unknown.
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |