LLMS_Access_Plan::has_free_checkout()
Determine if the free checkout process & interface should be used for this access plan
Return Return
(boolean)
Source Source
File: includes/models/model.llms.access.plan.php
return ( $this->is_free() && apply_filters( 'llms_has_free_checkout', true, $this ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |