Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Generator::clone_lesson()
Generator called when cloning a lesson
Contents
Return Return
(void)
Source Source
File: includes/class.llms.generator.php
return apply_filters( 'llms_generators', array( 'LifterLMS/BulkCourseExporter' => array( $this->courses_generator, 'generate_courses' ), 'LifterLMS/BulkCourseGenerator' => array( $this->courses_generator, 'generate_courses' ), 'LifterLMS/SingleCourseCloner' => array( $this->courses_generator, 'clone_course' ), 'LifterLMS/SingleCourseExporter' => array( $this->courses_generator, 'generate_course' ), 'LifterLMS/SingleCourseGenerator' => array( $this->courses_generator, 'generate_course' ), 'LifterLMS/SingleLessonCloner' => array( $this->courses_generator, 'clone_lesson' ),
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.14.8 | Introduced. |