LLMS_Session::__isset( string $key )

__isset function.


Parameters Parameters

$key

(string) (Required) The key of the session variable.


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/class.llms.session.php

		// emission or a database row.
		if ( $this->is_new && ! $this->is_clean ) {
			if ( $this->session_has_data() ) {

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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