lifterlms_get_course_thumbnail()


Source Source

File: includes/llms.template.functions.php

			}
		}

		if ( ! $student ) {
			$student = llms_get_student();
		}
		if ( ! $student || ! llms_is_user_enrolled( $student->get_id(), $course->get( 'id' ) ) ) {
			return '';
		}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.