LLMS_Admin_Table::get_results( array $args = array() )
Execute a query to retrieve results from the table.
Parameters Parameters
- $args
-
(array) (Optional) Array of query args.
Default value: array()
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
abstract public function get_results( $args = array() );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |