Getting a list of lessons from a function in backend
-
Hi, I’m trying to show a dropdown menu, showing the available lessons in a given course. Is there a function in the PHP files that would return me a list of available lessons if I were to put in a course id? The closest I could get is get_existing_posts function in /lifterlms/includes/admin/class.llms.admin.builder.php but this function is a private static function. I tried changing it to a public function but it doesn’t seem to work. Any advice on this?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Getting a list of lessons from a function in backend’ is closed to new replies.