llms_template_access_plan_title( $plan )


Description Description


Source Source

File: includes/functions/llms.functions.templates.pricing.table.php

	function llms_template_access_plan_title( $plan ) {
		llms_get_template(
			'product/access-plan-title.php',
			compact( 'plan' )
		);
	}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: