We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152aec6 commit 58fc29bCopy full SHA for 58fc29b
1 file changed
templates/dashboard/student-dashboard.php
@@ -94,7 +94,7 @@
94
</div>
95
<div class="tutor-stat-card-content">
96
<div class="tutor-stat-card-value">
97
- <?php echo esc_html( $enrolled_course_count ); ?>
+ <?php echo esc_html( $active_course_count ); ?>
98
99
<p class="tutor-stat-card-change">
100
<?php
@@ -115,7 +115,7 @@
115
116
117
118
+ <?php echo esc_html( $completed_course_count ); ?>
119
120
121
0 commit comments