llms_template_access_plan_title( LLMS_Access_Plan $plan )

Include Single Access Plan title Template


Parameters Parameters

$plan

(LLMS_Access_Plan) (Required) Access plan object.


Top ↑

Return Return

(void)


Top ↑

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 ↑

Changelog Changelog

Changelog
Version Description
3.23.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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