LLMS_Order_Generator::get_coupon()
Retrieves the coupon object for the order.
Contents
Return Return
(LLMS_Coupon|null)
Source Source
File: includes/class-llms-order-generator.php
public function get_coupon() { return $this->coupon; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |