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