LLMS_Abstract_Notification_Controller::set_subscriber_options( string $type )
Setup the subscriber options for the notification
Parameters Parameters
- $type
-
(string) (Required) Notification type id.
Return Return
(array)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
abstract protected function set_subscriber_options( $type );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |