LLMS_Session::init()

Setup the WP_Session instance.


Return Return

(array|WP_Session)


Top ↑

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() {


Top ↑

Changelog Changelog

Changelog
Version Description
?? Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.