Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LDLMS_Course_Steps::steps_reverse_keys_walk( array $steps, array $parent_tree = array() )
Internal utility function to reverse walk the Course steps nodes and items
Description Description
Parameters Parameters
- $steps
-
(Required) Array of Course step nodes and items.
- $parent_tree
-
(Optional) Patent array.
Default value: array()
Return Return
(array) Array of steps.
Source Source
File: includes/classes/class-ldlms-model-course-steps.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |