Warning: This method has been deprecated.
LLMS_Quiz::get_time_limit()
Retrieve the configured time limit
Description Description
Return Return
(int)
Source Source
File: includes/models/model.llms.quiz.php
public function get_time_limit() { llms_deprecated_function( 'LLMS_Quiz::get_time_limit()', '3.16.0', 'LLMS_Quiz::get( "time_limit" )' ); return $this->get( 'time_limit' ); }
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. |