llms_template_access_plan( LLMS_Access_Plan $plan )
Include single access plan template within the pricing table
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( $plan ) {
llms_get_template(
'product/access-plan.php',
compact( 'plan' )
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.23.0 | Introduced. |