LLMS_Notification_Controller_Payment_Retry::set_supported_types()

Determine what types are supported Extending classes can override this function in order to add or remove support 3rd parties should add support via filter on $this->get_supported_types()


Return Return

(array) associative array, keys are the ID/db type, values should be translated display types


Top ↑

Source Source

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

	public function get_title() {
		return __( 'Payment Retry Scheduled', 'lifterlms' );
	}

	/**
	 * Setup the subscriber options for the notification

Top ↑

Changelog Changelog

Changelog
Version Description
3.10.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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