LLMS_Admin_Table::get_filter_placeholder( string $column_id, $column_data )
Get the text for the default/placeholder for a filterable column.
Parameters Parameters
- $column_id
-
(string) (Required) id of the column
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
/** * Get the current page. * * @since 3.2.0 * * @return int */ public function get_current_page() {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |