Replies: 0
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/QUIZ
How do I complete the course and its child like LESSON/TOPIC/QUIZ ? Is there any hook or function ?