apply_filters( 'learndash_course_builder_include_orphaned_steps', boolean $include_orphaned_steps , array $args )
Filters whether to include orphaned steps or not. Orphaned steps are the steps that are not attached to a course.
Description Description
Parameters Parameters
- $include_orphaned_steps
-
Whether to include orphaned steps.
- $args
-
An array of query arguments.
Source Source
File: includes/admin/classes-builders/class-learndash-admin-course-builder-metabox.php
Changelog Changelog
Version | Description |
---|---|
2.5.9 | Introduced. |