LLMS_Abstract_Notification_Controller::get_subscriber_option_array( string $id, string $enabled = 'yes' )
Get an array of prebuilt subscriber option settings for common subscriptions
Description Description
Parameters Parameters
- $id
-
(Required) Id of the subscriber type
- $enabled
-
(Optional) Whether or not the subscription should be enabled by default [yes|no]
Default value: 'yes'
Return Return
(array)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | |
3.30.3 | Introduced. |