LLMS_Abstract_Query::get_arguments_original()
Get the original, uncleaned, arguments submitted to the query.
Description Description
Retrieves the value of the protected $arguments_original
variable.
Return Return
(array)
Source Source
File: includes/abstracts/llms-abstract-query.php
235 236 237 | public function get_arguments_original() { return $this ->arguments_original; } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |