Warning: This method has been deprecated.
LLMS_Quiz::get_total_allowed_attempts()
Retrieve the configured time limit
Description Description
Return Return
(int)
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' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | This method has been deprecated. |
1.0.0 | Introduced. |