LLMS_Abstract_Notification_View::has_field_support( string $type, string $field )
Determine if the current view supports a field by ID
Description Description
Parameters Parameters
- $type
-
(Required) Notification type [email|basic].
- $field
-
(Required) Field id.
Return Return
(bool)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |