apply_filters( 'learndash_quiz_builder_include_orphaned_questions', 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 quiz.
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-quiz-builder-metabox.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |