apply_filters( 'llms_data_processor_course_data_throttle_frequency', int $frequency , LLMS_Processor_Course_Data $processor )
Frequency to run the processor for a given course when processing is throttled
Description Description
See also See also
Parameters Parameters
- $frequency
-
(int) Frequency of the calculation process in seconds. Default
HOUR_IN_SECONDS
.- 4
- $processor
-
(LLMS_Processor_Course_Data) Instance of the data processor class.
Source Source
File: includes/processors/class.llms.processor.course.data.php
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |