LLMS_Quiz_Attempt::get_permalink()
Retrieve a permalink for the attempt
Return Return
(string)
Source Source
File: includes/models/model.llms.quiz.attempt.php
* @return string
*/
public function get_permalink() {
if ( ! $this->get_quiz() ) {
return '';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |