llms_template_access_plan_feature( LLMS_Access_Plan $plan )
Include Single Access Plan Featured Template
Parameters Parameters
- $plan
-
(LLMS_Access_Plan) (Required) Access plan object.
Return Return
(void)
Source Source
File: includes/functions/llms.functions.templates.pricing.table.php
function llms_template_access_plan_feature( $plan ) { llms_get_template( 'product/access-plan-feature.php', compact( 'plan' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.23.0 | Introduced. |