Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

LLMS_Student_Quizzes::parse_attempt_key( string $attempt_key )

Parse an attempt key into it’s parts


Parameters Parameters

$attempt_key

(string) (Required) An encoded attempt key.


Top ↑

Return Return

(int)


Top ↑

Source Source

File: includes/models/model.llms.student.quizzes.php

	private function parse_attempt_key( $attempt_key ) {
		return LLMS_Hasher::unhash( $attempt_key );
	}


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.