LLMS_Quiz_Attempt::get_key()
Get an encoded attempt key that can be passed in URLs and the like
Return Return
(string)
Source Source
File: includes/models/model.llms.quiz.attempt.php
public function get_key() {
return LLMS_Hasher::hash( $this->get( 'id' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.9.0 | |
| 3.16.7 | Introduced. |