apply_filters( "llms_notification_{$this->id}_reminder_date", integer $upcoming_payment_reminder_time , LLMS_Order $order , string $type )
Filters the next upcoming payment reminder date
Description Description
The dynamic portion of this filter, $this->id
, refers to the notification trigger identifier.
Parameters Parameters
- $upcoming_payment_reminder_time
-
(integer) Unix timestamp for the next payment due date.
- $order
-
(LLMS_Order) Order object.
- $type
-
(string) The notification type identifier.
Source Source
File: includes/notifications/controllers/class.llms.notification.controller.upcoming.payment.reminder.php
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |