This is not the correct amount:
Screenshot
Hello,
I mean in the wordpress main dashboard, there is a box titled “LearnPress order status” which shows a wrong total amount of sales.
Thank you
Hello, I had the same issue here, the code did not hide the number of students in the details page, only in the course list.
So I used this instead which works for both:
.meta-item-student {
display: none !important;
visibility: hidden!important;
}