Browse: Home / Functions /

learndash_activity_course_get_latest_completed_step

learndash_activity_course_get_latest_completed_step( int $user_id,  int $course_id )

Get the latest completed course activity record for the user.


Description #


Parameters #

$user_id

(int) (Required) User ID.

$course_id

(int) (Required) Course ID.


Source #

File: includes/course/ld-activity-functions.php


Changelog #

Changelog
Version Description
3.5.0 Introduced.