LLMS_Database_Query::__construct( array $args = array() )
Constructor.
Parameters Parameters
- $args
-
(array) (Optional) Query arguments. When not provided the default arguments will be used.
Default value: array()
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.database.query.php
*
* @since 3.8.0
*
* @todo Deprecate.
*
* @param string $filter Filter name.
* @return string
*/
protected function get_filter( $filter ) {
return 'llms_' . $this->id . '_query_' . $filter;
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |