LLMS_Notification::get_html()

Retrieve the HTML for the current notification


Return Return

(string)


Top ↑

Source Source

File: includes/models/model.llms.notification.php

	public function get_html() {
		$view = $this->get_view();
		if ( $view ) {
			return $view->get_html();
		}
		return '';
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.