learndash_lesson_topics_completed( int $lesson_id, boolean $mark_lesson_complete = false )

Checks if the lesson topics are completed.


Description Description


Parameters Parameters

$lesson_id

(Required) Lesson ID.

$mark_lesson_complete

(Optional) Whether to mark the lesson complete.

Default value: false


Top ↑

Return Return

(boolean) Returns true if the lesson is completed otherwise false.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.