LLMS_Abstract_Query::get_query()
Get the query.
Description Description
Retrieves the value of the protected $query variable.
Return Return
(mixed)
Source Source
File: includes/abstracts/llms-abstract-query.php
public function get_query() {
return $this->query;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |