learndash_is_topic_notcomplete( int|null $user_id = null, array $topics = array(), int $course_id )
Checks if a topic is not complete.
Description Description
Parameters Parameters
- $user_id
-
(Optional) User ID. Defaults to the current logged-in user.
Default value: null
- $topics
-
(Optional) An array of topic IDs.
Default value: array()
- $course_id
-
(Optional) Course ID. @since 3.20
Return Return
(boolean) Returns true if the topic is not completed otherwise false.
Source Source
File: includes/course/ld-course-progress.php
Changelog Changelog
Version | Description |
---|---|
2.3.1 | Introduced. |