LLMS_Processor_Course_Data::schedule_from_course( int $user_id, int $course_id )
Schedule recalculation from actions triggered against a course
Parameters Parameters
- $user_id
-
(int) (Required) WP user id of the student.
- $course_id
-
(int) (Required) WP Post ID of the course.
Return Return
(void)
Source Source
File: includes/processors/class.llms.processor.course.data.php
public function schedule_from_course( $user_id, $course_id ) {
$this->schedule_calculation( $course_id );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.15.0 | Introduced. |