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.


Top ↑

Parameters Parameters

$is_enrolled

(boolean) User's current enrollment status.

$product

(LLMS_Product) Product for the pricing table.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
9.1.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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