LLMS_Product::get_access_plan_limit()
Retrieve the max number of access plans that can be created for this product
Description Description
Return Return
(int)
Source Source
File: includes/models/model.llms.product.php
public function get_access_plan_limit() { return apply_filters( 'llms_get_product_access_plan_limit', 6, $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |