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


Top ↑

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.


Top ↑

Source Source

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

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
3.15.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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