LDLMS_Model_User_Course_Progress::set_progress( integer $course_id, array $progress = array() )

Set Progress steps.


Description Description


Parameters Parameters

$course_id

(Required) Course ID of progress to update.

$progress

(Optional) Array of user progress. Array structure shold match the 'legacy' format.

Default value: array()


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.