LLMS_Processor_Course_Data::dispatch_calc( int $course_id )
Action triggered to queue queries needed to make the calculation
Description Description
Parameters Parameters
- $course_id
-
(Required) WP Post ID of the course.
Return Return
(void|null)
Source Source
File: includes/processors/class.llms.processor.course.data.php
Changelog Changelog
Version | Description |
---|---|
4.21.0 | When there's no students found in the course, run the task_complete() method to ensure data from a previous calculation is cleared. |
4.12.0 | Add throttling by course in progress and adjust last_run calculation to be specific to the course. Improve performance of the student query by removing unneeded sort columns. |
3.15.0 | Introduced. |