LLMS_Session::__isset( string $key )
__isset function.
Parameters Parameters
- $key
-
(string) (Required) The key of the session variable.
Return Return
(bool)
Source Source
File: includes/class.llms.session.php
// emission or a database row.
if ( $this->is_new && ! $this->is_clean ) {
if ( $this->session_has_data() ) {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |