LLMS_Analytics_Courses::total_current_students( [array] $search )

Total units sold html block


Description Description


Parameters Parameters

$search

([array]) (Required) [array of order objects]


Top ↑

Return Return

([html])


Top ↑

Source Source

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

		public function total_current_students( $search ) {

			$html = '<p class="llms-label">' . __( 'Current Students', 'lifterlms' ) . '</p>';
			$html .= '<h1>' . LLMS_Analytics::get_total_current_enrolled_users( $search->students ) . '</h1>';

			return $html;
		}


Top ↑

User Contributed Notes User Contributed Notes

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