LLMS_Order::has_trial()
Determine if the order has a trial
Return Return
(boolean) True if has a trial, false if it doesn't.
Source Source
File: includes/models/model.llms.order.php
1425 1426 | return ( $this ->has_coupon() || $this ->has_sale() ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |