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

		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.