LLMS_Analytics_Page::full_width_widget( $content )


Description Description


Source Source

File: includes/admin/analytics/class.llms.analytics.page.php

	public static function full_width_widget( $content ) {

		$html = '<div class="llms-widget-full">';
		$html .= '<div class="llms-widget">';

		$html .= $content;

		$html .= '</div>';
		$html .= '</div>';

		return $html;
	}

Top ↑

User Contributed Notes User Contributed Notes

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