Browse: Home / Classes / Learndash_Course_Video /

Learndash_Course_Video::process_mark_complete

Learndash_Course_Video::process_mark_complete( bool $process_complete,  Object $post,  Object $current_user )

Handle Mark Complete on Lesson or Topic with Video Progress enabled.


Description #


Parameters #

$process_complete

(bool) (Required) Process complete.

$post

(Object) (Required) WP_Post object being marked complete.

$current_user

(Object) (Required) The User performing the action.


Source #

File: includes/course/ld-course-video.php


Changelog #

Changelog
Version Description
2.4.6 Introduced.