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.
Return Return
(int)
Source Source
File: includes/models/model.llms.student.quizzes.php
private function parse_attempt_key( $attempt_key ) { return LLMS_Hasher::unhash( $attempt_key ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.9.0 | |
3.16.7 | Introduced. |