LLMS_Abstract_Notification_View::get_supported_fields()
Get supported fields and allow filtering for 3rd parties
Return Return
(array)
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 );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |