LLMS_Generator_Courses::setup_raw_for_clone( array $raw )
Modifies incoming raw data when creating a clone of a course or lesson
Description Description
When a clone is created, it will automatically have "(Clone)" appended to the existing title and will be created with the "Draft" status.
Parameters Parameters
- $raw
-
(Required) Raw data array for the course or lesson.
Return Return
(array)
Source Source
File: includes/class-llms-generator-courses.php
Changelog Changelog
Version | Description |
---|---|
4.13.0 | Introduced. |