Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Order::calculate_trial_end_date( string $format = 'Y-m-d H:i:s' )
Calculate the end date of the trial
Description Description
Parameters Parameters
- $format
-
(Optional) desired return format of the date
Default value: 'Y-m-d H:i:s'
Return Return
(string)
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
3.10.0 | Introduced. |