LLMS_Abstract_Query::prepare_query()
Prepare the query.
Description Description
Should return the query which will be used by query()
.
Return Return
(mixed)
Source Source
File: includes/abstracts/llms-abstract-query.php
abstract protected function prepare_query();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |