LLMS_Abstract_Notification_Controller::get_test_settings( string $type )
Get an array of LifterLMS Admin Page settings to send test notifications
Parameters Parameters
- $type
-
(string) (Required) Notification type [basic|email].
Return Return
(array)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
public function get_test_settings( $type ) { return array(); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.24.0 | Introduced. |