The all_lessons object contains all lessons added to your club.
all_lessons
to access a lesson by its ID. This returns the Lesson object for the specified lesson. If the lesson isn’t found, then null
is returned.
The all_lessons object is decided on runtime, so it’s not a static object. It’s different for each user, based on what group they belong to, if they’ve classes unlocked now, etc.