apply_filters( 'llms_order_get_next_payment_due_date', int $next_payment_time , LLMS_Order $order , string $format )
Filter the next payment due date.
Description Description
A timestamp should always be returned as the conversion to the requested format will be performed on the returned value.
Parameters Parameters
- $next_payment_time
-
Unix timestamp for the next payment due date.
- $order
-
Order object.
- $format
-
Requested date format.
Source Source
File: includes/models/model.llms.order.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |