LLMS_Order::get_trial_end_date( string $format = 'Y-m-d H:i:s' )
Retrieve the date when a trial will end
Parameters Parameters
- $format
-
(string) (Optional) Date return format. Default is 'Y-m-d H:i:s'.
Default value: 'Y-m-d H:i:s'
Return Return
(string)
Source Source
File: includes/models/model.llms.order.php
'relation' => 'AND', array( 'key' => $this->meta_prefix . 'order_id', 'value' => $this->get( 'id' ), ), $types, ), 'order' => $order, 'orderby' => $orderby, 'post_status' => $statuses, 'post_type' => 'llms_transaction', 'posts_per_page' => $per_page, 'paged' => $paged, 'no_found_rows' => $no_found_rows, ) ), $this, $status ); $transactions = array();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |