How to mark complete COURSE programmatically
-
Hello
I have Uncanny Toolkit for LearnDash, Uncanny Toolkit Pro for LearnDash , and Uncanny LearnDash Groups plugins installed in the project
Now I am doing customization in Uncanny LearnDash Groups plugins , which required me to “Mark Complete” course programmatically. However , I can not use this :
update_user_meta( $selected_user_id, 'course_completed_' . $selected_course_id, time(), true );, because it only completes the course and NOT LESSON/TOPIC/QUIZHow do I complete the course and its child like LESSON/TOPIC/QUIZ ? Is there any hook or function ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to mark complete COURSE programmatically’ is closed to new replies.