apply_filters( 'llms_mark_complete_parent_data', array $parent_data , object $object , int $ojbect_id , string $object_type )
Filter the parent data used to cascade object completion up to an object’s parent(s).
Description Description
Parameters Parameters
- $parent_data
-
Array of the object's parent information.
- 'ids'
(int[]) Object ids for the parent object(s). - 'type'
(string) Object type (course, course_track, etc...).
- 'ids'
- $object
-
The object. An
LLMS_Course
, for example. - $ojbect_id
-
The object's ID.
- $object_type
-
The object's type.
Source Source
File: includes/models/model.llms.student.php
Changelog Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |