Browse: Home / Classes / LDLMS_Course_Steps /

LDLMS_Course_Steps::set_steps

LDLMS_Course_Steps::set_steps( array $course_steps = array() )

Set Course steps.


Description #

This is generally called when editing the course and the course steps has been changed.


Parameters #

$course_steps

(array) (Optional) Array of Course steps.

Default value: array()


Source #

File: includes/classes/class-ldlms-model-course-steps.php


Changelog #

Changelog
Version Description
2.5.0 Introduced.