llms_placeholder_img_src()
Get the placeholder image URL for courses
Description Description
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
User Contributed Notes User Contributed Notes
Permalink: