LLMS_Quiz_Attempt::get_key()

Get an encoded attempt key that can be passed in URLs and the like


Return Return

(string)


Top ↑

Source Source

File: includes/models/model.llms.quiz.attempt.php

	public function get_key() {
		return LLMS_Hasher::hash( $this->get( 'id' ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0
3.16.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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