lifterlms_get_featured_image( $post_id )
Contents
Source Source
File: includes/llms.template.functions.php
function lifterlms_get_featured_image( $post_id ) { if ( has_post_thumbnail( $post_id ) ) { return llms_featured_img( $post_id, 'full' ); } elseif ( llms_placeholder_img_src() ) { return llms_placeholder_img(); } }
Expand full source code Collapse full source code View on GitHub