LLMS_Order::has_trial()

Determine if the order has a trial


Return Return

(boolean) True if has a trial, false if it doesn't.


Top ↑

Source Source

File: includes/models/model.llms.order.php

1425
1426
    return ( $this->has_coupon() || $this->has_sale() );
}


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.