LLMS_Abstract_Session_Data::__unset( string $key )
Magic unset
Description Description
Parameters Parameters
- $key
-
(Required) The key of the session variable.
Return Return
(void)
Source Source
File: includes/abstracts/llms-abstract-session-data.php
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Use sanitize_key() when removing session var. |
1.0.0 | Introduced. |