LLMS_Notification::get_html()
Retrieve the HTML for the current notification
Contents
Return Return
(string)
Source Source
File: includes/models/model.llms.notification.php
public function get_html() {
$view = $this->get_view();
if ( $view ) {
return $view->get_html();
}
return '';
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |