learndash_get_user_assignments( int $post_id, int $user_id, int $course_id )

Gets a list of user’s assignments.


Description Description


Parameters Parameters

$post_id

(Required) Lesson ID.

$user_id

(Required) User ID.

$course_id

(Optional) Course ID. Default 0.


Top ↑

Return Return

(array) Array of post objects or post IDs.


Top ↑

Source Source

File: includes/ld-assignment-uploads.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.