apply_filters( "llms_notification_{$this->id}_reminder_days", integer $days , LLMS_Order $order , string $type )
Filters the number of days before the upcoming payment due date when to notify the customer
Description Description
The dynamic portion of this filter, $this->id
, refers to the notification trigger identifier.
Parameters Parameters
- $days
-
(integer) The number of days before the upcoming payment due date when to notify the customer.
- $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. |