Browse: Home / Functions /

learndash_course_reviews_user_has_started_course

learndash_course_reviews_user_has_started_course( int $course_id,  int $user_id )

Check whether the Student has started the Course.


Description #


Parameters #

$course_id

(int) (Required) Course ID.

$user_id

(int) (Required) User ID.


Return #

(bool)


Source #

File: includes/course-reviews/core/learndash-course-reviews-functions.php


Changelog #

Changelog
Version Description
4.25.1 Introduced.