LLMS_Abstract_Notification_View::set_supported_fields()

Define field support for the view Extending classes can override this 3rd parties should filter $this->get_supported_fields()


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/abstracts/llms.abstract.notification.view.php

	protected function set_supported_fields() {
		return array(
			'basic' => array(
				'body' => true,
				'title' => true,
				'icon' => true,
			),
			'email' => array(
				'body' => true,
				'subject' => true,
				'title' => true,
			),
		);
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: