LLMS_Abstract_Notification_Controller::set_supported_types()
Determine what types are supported
Return Return
(array) Associative array, keys are the ID/db type, values should be translated display types.
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
* * @return array Associative array, keys are the ID/db type, values should be translated display types. */ protected function set_supported_types() { return array( 'basic' => __( 'Basic', 'lifterlms' ),
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |