apply_filters( 'learndash_is_item_complete', boolean $complete , int $user_id , int $post_id , int $course_id )
Filters whether the LearnDash content type is complete or not.
Description Description
Parameters Parameters
- $complete
-
Whether any LearnDash content is complete or not.
- $user_id
-
User ID.
- $post_id
-
Post ID.
- $course_id
-
Course ID.
Source Source
File: themes/ld30/includes/helpers.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |