LLMS_Quiz_Attempt::get_permalink()

Retrieve a permalink for the attempt


Return Return

(string)


Top ↑

Source Source

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

	 * @return string
	 */
	public function get_permalink() {
		if ( ! $this->get_quiz() ) {
			return '';
		}


Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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