apply_filters( 'learndash_course_reviews_user_has_started_course', bool $result, int $course_id, int $user_id, bool $has_access, string|array<string, )
Filters whether the Student has started the Course.
Description #
Parameters #
- $result
-
(bool) Whether the Student has started the Course.
- $course_id
-
(int) Course ID.
- $user_id
-
(int) User ID.
- $has_access
-
(bool) Whether the Student has access to the Course.
-
(string|<span class="arrayarray<string,) mixed> $course_progress Course Progress.
Return #
(bool) Whether the Student has started the Course.
Source #
File: includes/course-reviews/core/learndash-course-reviews-functions.php
Changelog #
| Version | Description |
|---|---|
| 4.25.1 | Introduced. |