apply_filters( 'llms_product_has_free_access_plan', bool $has_free_access_plan, LLMS_Product $product )

Filter whether the product has free access plans.


Parameters Parameters

$has_free_access_plan

(bool) Whether the product $product has free access plans.

$product

(LLMS_Product) The LLMS_Product instance.


Top ↑

Source Source

File: includes/models/model.llms.product.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.37.17 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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