LLMS_Quiz::get_time_limit_string()
Retrieve the time limit formatted as a human readable string.
Return Return
(string)
Source Source
File: includes/models/model.llms.quiz.php
public function get_time_limit_string() { return LLMS_Date::convert_to_hours_minutes_string( $this->get( 'time_limit' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |