LLMS_Processor_Table_To_Csv::task( array $args )
Execute calculation for each item in the queue until all students in the course have been polled Stores the data in the postmeta table to be accessible via LLMS_Course
Parameters Parameters
- $args
-
(array) (Required) query arguments passed to LLMS_Table
Return Return
(boolean) true to keep the item in the queue and process again false to remove the item from the queue
Source Source
File: includes/processors/class.llms.processor.table.to.csv.php
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |