apply_filters( 'llms_is_user_enrolled' )

It’s too difficult to keep track of multiple postmetas for each lesson incomplete Instead, I’m just replacing the old ‘_is_complete’ value with ‘no’


Description Description

Lessons that have never been complete will not have an ‘_is_complete’ record, Lessons that were completed will have an ‘_is_complete’ record of ‘yes’, Lessons that have been completed once but were marked incomplete will have an ‘_is_complete’ record of ‘no’


Top ↑

Source Source

File: includes/models/model.llms.student.php

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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