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.


Top ↑

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.


Top ↑

Source Source

File: includes/notifications/controllers/class.llms.notification.controller.upcoming.payment.reminder.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.