LLMS_Abstract_Session_Data::__isset( string $key )
Magic isset
Description Description
Parameters Parameters
- $key
-
(Required) The key of the session variable.
Return Return
(bool)
Source Source
File: includes/abstracts/llms-abstract-session-data.php
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Use sanitize_key() (like other methods in this class) instead of sanitize_title() . |
1.0.0 | Introduced. |