lifterlms_template_loop_featured_pricing_information()


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


Top ↑

User Contributed Notes User Contributed Notes

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