Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Functions / dozent_course_loop_thumbnail()

dozent_course_loop_thumbnail()

Course thumbnail within the loop


Parameters

$echo

(bool) (Required)


Return

(mixed|void)


Source

File: includes/template-functions.php

	function dozent_course_loop_thumbnail() {
		dozent_load_template( 'loop/featured-thumbnail' );
	}

Expand full source code Collapse full source code


Related

Uses

Uses
Uses Description
includes/core-functions.php: dozent_load_template()

Changelog

Changelog
Version Description
DozentLMS 1.0.0 Introduced.
© 2023, Dozent LMS