LLMS_Product::has_free_access_plan()
Determine if the product has at least one free access plan
Description Description
Return Return
(boolean)
Source Source
File: includes/models/model.llms.product.php
public function has_free_access_plan() { return apply_filters( 'llms_product_has_free_access_plan', ( 0 !== count( $this->get_access_plans( true ) ) ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |