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.


Top ↑

Return Return

(void|null)


Top ↑

Source Source

File: includes/processors/class.llms.processor.course.data.php


			

Top ↑

Changelog 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.

Top ↑

User Contributed Notes User Contributed Notes

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