LLMS_Access_Plan::is_recurring()
Determine if the Access Plan has recurring payments
Contents
Return Return
(boolean) true if it is recurring, false otherwise
Source Source
File: includes/models/model.llms.access.plan.php
return ( 0 !== $this->get( 'frequency' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |