LLMS_Coupon::has_trial_discount()

Determine if trial amount discount is enabled for the coupon


Return Return

(boolean)


Top ↑

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' ) );
}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.