LLMS_Coupon::get_expiration_time()

Method: Retrieve the timestamp of a coupon expiration date Transforms the expiration date to a timestamp and adds 23 hours 59 minutes and 59 seconds to the date Coupons expire end of day on the expiration date (EG: 2015-12-01 @ 23:59:59)

Source: includes/models/model.llms.coupon.php:105

Used by 1 function | Uses 0 functions

LLMS_Coupon::get_products()

Method: Get an array of all products the coupon can be used with Combines $this->coupon_courses & $this->coupon_membership

Source: includes/models/model.llms.coupon.php:160

Used by 1 function | Uses 0 functions