LLMS_Session::init()
Setup the WP_Session instance.
Contents
Return Return
(array|WP_Session)
Source Source
File: includes/class.llms.session.php
*
* Removes session data from the database, expires the cookie,
* and resets class variables.
*
* @since 4.0.0
*
* @return boolean
*/
public function destroy() {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| ?? | Introduced. |