LLMS_Processor_Membership_Bulk_Enroll::task( array $item )
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
Description Description
Parameters Parameters
- $item
-
(Required) array of processing data
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.membership.bulk.enroll.php
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |