Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

LLMS_Notification_Controller_Upcoming_Payment_Reminder::get_reminder_days( string $type, int $default = 1 )

Undocumented function


Parameters Parameters

$type

(string) (Required) The notification type identifier.

$default

(int) (Optional) Opional. The default value. Default is 1.

Default value: 1


Top ↑

Return Return

(int)


Top ↑

Source Source

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

	private function get_reminder_days( $type, $default = 1 ) {
		return $this->get_option( $type . '_reminder_days', $default );
	}


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.