LLMS_Order::get_last_transaction_date( array|string $status = 'llms-txn-succeeded', array|string $type = 'any', string $format = 'Y-m-d H:i:s' )
Retrieve the date of the last (most recent) transaction
Description Description
Parameters Parameters
- $status
-
(Optional) filter by status (see transaction statuses)
Default value: 'llms-txn-succeeded'
- $type
-
(Optional) filter by type [recurring|single|trial]
Default value: 'any'
- $format
-
(Optional) date format of the return
Default value: 'Y-m-d H:i:s'
Return Return
(string|false) date or false if none found
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |