apply_filters( 'llms_product_pricing_table_enrollment_status', boolean $is_enrolled , LLMS_Product $product )
Filter current user’s enrollment status
Description Description
This filter is used to customize the output behavior of the pricing table.
It does not modify the user’s enrollment status.
Parameters Parameters
- $is_enrolled
-
(boolean) User's current enrollment status.
- $product
-
(LLMS_Product) Product for the pricing table.
Source Source
File: includes/functions/llms.functions.templates.pricing.table.php
Changelog Changelog
| Version | Description |
|---|---|
| 9.1.2 | Introduced. |