llms_placeholder_img_src()
Get the placeholder image URL for courses
Return Return
(string)
Source Source
File: includes/llms.template.functions.php
function llms_placeholder_img_src() { return apply_filters( 'lifterlms_placeholder_img_src', llms()->plugin_url() . '/assets/images/placeholder.png' ); }
Expand full source code Collapse full source code View on GitHub