LLMS_Analytics_Courses::total_students_all_time( [array] $search )
Total sales html block
Description Description
Parameters Parameters
- $search
-
([array]) (Required) [array of order objects]
Return Return
([html])
Source Source
File: includes/admin/analytics/class.llms.analytics.courses.php
public function total_students_all_time( $search ) { $html = '<p class="llms-label">' . __( 'All Students', 'lifterlms' ) . '</p>'; $html .= '<h1>' . LLMS_Analytics::get_total_users( $search->students ) . '</h1>'; return $html; }
Expand full source code Collapse full source code View on GitHub