LLMS_Abstract_Notification_View::get_icon()
Retrieve the icon id for the notification
Description Description
Returns an attachment id for the image.
Return Return
(mixed)
Source Source
File: includes/abstracts/llms.abstract.notification.view.php
public function get_icon() { $icon = $this->get_option( 'icon', apply_filters( $this->get_filter( 'set_icon' ), $this->set_icon(), $this ) ); return apply_filters( $this->get_filter( 'get_icon' ), $icon, $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.8.0 | Introduced. |