LLMS_Order::get_access_expiration_date( string $format = 'Y-m-d' )
Determine the date when access will expire based on the access settings of the access plan at the $start_date of access
Description Description
Parameters Parameters
- $format
-
(Optional) date format
Default value: 'Y-m-d'
Return Return
(string) date string "Lifetime Access" for plans with lifetime access "To be Determined" for limited date when access hasn't started yet
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |