LLMS_Abstract_Notification_View::get_supported_fields()

Get supported fields and allow filtering for 3rd parties


Return Return

(array)


Top ↑

Source Source

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

	public function get_supported_fields() {
		return apply_filters( $this->get_filter( 'get_supported_fields' ), $this->set_supported_fields(), $this );
	}


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.