LLMS_Processor_Course_Data::get_task_data( array $data = array() )
Retrieve structured task data array.
Description Description
Ensures the expected required array keys are found on the task array and optionally merges in an existing array of day with the (empty) defaults.
Parameters Parameters
- $data
-
(Optional) Existing array of day (from a previous task).
Default value: array()
Return Return
(array)
Source Source
File: includes/processors/class.llms.processor.course.data.php
Changelog Changelog
Version | Description |
---|---|
4.21.0 | Introduced. |