apply_filters( 'llms_data_processor_course_data_throttled', boolean $throttled , int $num_students , int $course_id )
Filters whether or not data processing is throttled for a request
Parameters Parameters
- $throttled
-
(boolean) If
true
, the processing for the current request is throttled, otherwise data processing will begin. - $num_students
-
(int) Number of students in the current course.
- $course_id
-
(int) WP_Post ID of the course. $param int $max_students Maximum number of students in the course before processing is throttled.
Source Source
File: includes/processors/class.llms.processor.course.data.php
Changelog Changelog
Version | Description |
---|---|
4.12.0 | Introduced. |