LLMS_Abstract_Notification_Controller::set_additional_options( string $type )
Set additional options to be added to the notification view in the admin panel
Parameters Parameters
- $type
-
(string) (Required) Type of the notification.
Return Return
(array)
Source Source
File: includes/abstracts/llms.abstract.notification.controller.php
* @param string $type Type of the notification. * @return array */
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |