includes/class.llms.student.dashboard.php:
LLMS_Student_Dashboard::output_courses_content()
|
Callback to output View Courses endpoint content
|
includes/class.llms.student.dashboard.php:
LLMS_Student_Dashboard::output_dashboard_content()
|
Callback to output main dashboard content
|
includes/class.llms.student.dashboard.php:
LLMS_Student_Dashboard::output_notifications_content()
|
Callback to output the notifications content
|
includes/models/model.llms.post.instructors.php:
LLMS_Post_Instructors::get_defaults()
|
Retrieve the default attributes for a new post instructor
|
includes/models/model.llms.section.php:
LLMS_Section::get_children_lessons()
|
Get All child lessons
|
includes/models/model.llms.lesson.php:
LLMS_Lesson::get_assigned_quiz()
|
Get the quiz associated with the lesson
|
includes/models/model.llms.lesson.php:
LLMS_Lesson::get_drip_days()
|
Get the lesson drip days
|
includes/models/model.llms.lesson.php:
LLMS_Lesson::mark_complete()
|
Marks the current lesson complete
|
includes/models/model.llms.quiz.php:
LLMS_Quiz::get_total_allowed_attempts()
|
Retrieve the configured time limit
|
includes/models/model.llms.quiz.php:
LLMS_Quiz::get_total_attempts_by_user()
|
Get total attempts by user
|
includes/models/model.llms.quiz.php:
LLMS_Quiz::get_remaining_attempts_by_user()
|
Get remaining quiz attempts
|
includes/models/model.llms.quiz.php:
LLMS_Quiz::get_time_limit()
|
Retrieve the configured time limit
|
includes/models/model.llms.question.php:
LLMS_Question::get_options()
|
Get the options for the question
|
includes/models/model.llms.student.php:
LLMS_Student::get_best_quiz_attempt()
|
Get the quiz attempt with the highest grade for a given quiz and lesson combination
|
includes/models/model.llms.student.php:
LLMS_Student::get_quiz_data()
|
Retrieve quiz data for a student for a lesson / quiz combination
|
includes/models/model.llms.student.php:
LLMS_Student::has_access()
|
Determine if a student has access to a product’s content
|
includes/models/model.llms.student.php:
LLMS_Student::delete_quiz_attempt()
|
Remove Student Quiz attempts
|
includes/models/model.llms.course.php:
LLMS_Course::get_children_sections()
|
|
includes/models/model.llms.course.php:
LLMS_Course::get_children_lessons()
|
|
includes/models/model.llms.quiz.attempt.php:
LLMS_Quiz_Attempt::get_status()
|
Get the attempts status based on start and end dates
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_memberships()
|
Return array of memberships (id => name)
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_question()
|
Return single question post
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_sections()
|
Return array of sections (id => name)
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_sections_alt()
|
Return custom array of sections for use on the engagement page
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_students()
|
Return array of students
|
includes/class.llms.ajax.php:
LLMS_AJAX::update_syllabus()
|
Updates course syllabus JSON object
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_associated_lessons()
|
Return array of lessons (id => name)
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_certificates()
|
Return array of certificates (id => name)
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_courses()
|
Return array of courses (id => name)
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_course_tracks()
|
Return array of course tracks (id => name)
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_emails()
|
Return array of courses (id => name)
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_enrolled_students()
|
Return array of enrolled students
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_enrolled_students_ids()
|
[get_enrolled_students_ids description]
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_lesson()
|
Return single lesson post
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_lessons()
|
Return array of lessons (id => name)
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_lessons_alt()
|
Return custom array of lessons for use on the engagement page
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_achievements()
|
Return array of achievements (id => name)
|
includes/class.llms.ajax.php:
LLMS_AJAX::get_all_posts()
|
Return array of courses (id => name)
|
includes/abstracts/llms.abstract.exportable.admin.table.php:
LLMS_Abstract_Exportable_Admin_Table::queue_export()
|
Queues an export for the table to be generated
|
includes/abstracts/abstract.llms.payment.gateway.php:
LLMS_Payment_Gateway::complete_transaction()
|
This should be called by the gateway after verifying the transaction was completed successfully
|
includes/class.llms.query.php:
LLMS_Query::set_dashboard_pagination()
|
Handles setting the “paged” variable on Student Dashboard endpoints which utilize page/{n} style pagination
|
includes/class.llms.query.php:
LLMS_Query::add_query_vars()
|
Add query variables
|
includes/functions/llms.functions.person.php:
llms_create_new_person()
|
Creates new user
|
includes/shortcodes/class.llms.shortcode.my.account.php:
LLMS_Shortcode_My_Account::lost_password()
|
Lost password template
|