Warning: This method has been deprecated.

LLMS_Quiz::get_time_limit()

Retrieve the configured time limit


Description Description


Return Return

(int)


Top ↑

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' );
	}

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.