LLMS_Database_Query::get( string $key, mixed $default = '' )
Retrieve a query variable with an optional fallback / default.
Parameters Parameters
- $key
-
(string) (Required) Variable key.
- $default
-
(mixed) (Optional) Default value.
Default value: ''
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.database.query.php
* @deprecated 6.0.0 `LLMS_Database_Query::set_found_results()` is deprecated. * * @return void */ protected function set_found_results() { _deprecated_function( 'LLMS_Database_Query::set_found_results()', '6.0.0' );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |