LLMS_Session::__unset( string $key )
__unset function.
Parameters Parameters
- $key
-
(string) (Required) The key of the session variable.
Return Return
(void)
Source Source
File: includes/class.llms.session.php
$this->delete( $old_id ); return true; } return false;
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |