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


Description Description


Parameters Parameters

$throttled

If true, the processing for the current request is throttled, otherwise data processing will begin.

$num_students

Number of students in the current course.

$course_id

WP_Post ID of the course. $param int $max_students Maximum number of students in the course before processing is throttled.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
4.12.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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