LLMS_Query_Quiz_Attempt::preprare_query()
Prepare the SQL for the query.
Contents
Return Return
(string)
Source Source
File: includes/class.llms.query.quiz.attempt.php
*/ protected function prepare_query() { global $wpdb; return "SELECT SQL_CALC_FOUND_ROWS id FROM {$wpdb->prefix}lifterlms_quiz_attempts {$this->sql_where()} {$this->sql_orderby()} {$this->sql_limit()};";
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |