LLMS_Abstract_Session_Data::generate_id()
Generate a session key for the current user/visitor.
Description Description
A logged-in user will use their WP_User ID while logged-out users will be assigned a random string.
Return Return
(string)
Source Source
File: includes/abstracts/llms-abstract-session-data.php
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |