llms_placeholder_img( $size = 'full' )

Get the placeholder image


Return Return

(string)


Top ↑

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" />' );
}


Top ↑

User Contributed Notes User Contributed Notes

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