LLMS_Abstract_Notification_View::get_icon_default( string $type )
Retrieve a default icon for the notification based on the notification type
Description Description
Parameters Parameters
- $type
-
(Required) Type of icon [positive|negative].
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
Changelog Changelog
Version | Description |
---|---|
3.8.0 | |
3.37.19 | Use in_array with strict comparison. |
3.10.0 | Introduced. |