lifterlms_template_loop_featured_pricing_information()
Contents
Source Source
File: includes/functions/llms.functions.templates.loop.php
function lifterlms_template_loop_featured_pricing_information() {
if ( in_array( get_post_type( get_the_ID() ), array( 'course', 'llms_membership' ) ) ) {
llms_get_template( 'loop/featured-pricing.php' );
}
}
Expand full source code Collapse full source code View on GitHub