Hi Cena,
I have been looking at this and the main issue is that the lesson statuses are being returned as 0 in this file.
includes/class-sensei-utils.php (lines 1541-1542)
$lesson_status_args['post__in'] = $lesson_ids;
$all_lesson_statuses = self::sensei_check_for_activity( $lesson_status_args, true );
However, checking each lesson in the else statement works properly.
-
This reply was modified 3 years, 6 months ago by mmaranao.
-
This reply was modified 3 years, 6 months ago by mmaranao.