LLMS_Notification_View_Achievement_Earned::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/notifications/views/class.llms.notification.view.achievement.earned.php

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

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.