LD_QuizPro::get_quiz_list LD_QuizPro::get_quiz_list() Returns an array of quizzes in the string format of “$quiz_id – $quiz_name” ContentsDescription Return Source Changelog Related @package Uses Description # Return # (array) $list String of $q->getId() . ' - ' . $q->getName() Source # File: includes/quiz/ld-quiz-pro.php Changelog # Changelog Version Description 2.1.0 Introduced. Related # @package # LearnDash / Quiz Uses # Uses Uses Description includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
Uses # Uses Uses Description includes/class-ldlms-db.php: LDLMS_DB::get_table_name () Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.