LLMS_Coupon::has_trial_discount()
Determine if trial amount discount is enabled for the coupon
Return Return
(boolean)
Source Source
File: includes/models/model.llms.coupon.php
247 248 249 | public function has_trial_discount() { return llms_parse_bool( $this ->get( 'enable_trial_discount' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |