llms_placeholder_img( $size = 'full' )
Get the placeholder image
Return Return
(string)
Source Source
File: includes/llms.template.functions.php
function llms_placeholder_img( $size = 'full' ) { return apply_filters( 'lifterlms_placeholder_img', '<img src="' . llms_placeholder_img_src() . '" alt="placeholder" class="llms-placeholder llms-featured-image wp-post-image" />' ); }
Expand full source code Collapse full source code View on GitHub