lifterlms_template_single_membership_title()


Source Source

File: includes/llms.template.functions.php

	 */
	function llms_template_syllabus_favorite_lesson_preview( $lesson ) {
		if ( 'course' === get_post_type( get_the_ID() ) ) {
			llms_template_favorite( $lesson->get( 'id' ) );


Top ↑

User Contributed Notes User Contributed Notes

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