LLMS_Admin_Table::get_table_filters_html()
Get HTML for the filters displayed in the head of the table.
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
} /** * Retrieves the current search query. * * @since 3.2.0 * * @return string */ public function get_search() { return esc_attr( trim( $this->search ) ); } /** * Returns an array of CSS class names to use on this table. * * @since 3.34.0 * * @return array */
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |