Warning: This method has been deprecated.

LLMS_Quiz::get_total_allowed_attempts()

Retrieve the configured time limit


Description Description


Return Return

(int)


Top ↑

Source Source

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

	public function get_total_allowed_attempts() {
		llms_deprecated_function( 'LLMS_Quiz::get_total_allowed_attempts()', '3.16.0', 'LLMS_Quiz::get( "allowed_attempts" )' );
		return $this->get( 'allowed_attempts' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 This method has been deprecated.
1.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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