lifterlms_get_course_thumbnail()
Contents
Source Source
File: includes/llms.template.functions.php
function lifterlms_get_course_thumbnail() { global $post; if ( has_post_thumbnail() ) { return lifterlms_get_featured_image( $post->ID ); } elseif ( llms_placeholder_img_src() ) { return llms_placeholder_img( 'full' ); } }
Expand full source code Collapse full source code View on GitHub