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: ''


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.database.query.php

140
141
142
143
144
145
146
* @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' );

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.