learndash_get_assignment_progress( array $assignments = null )
Gets the assignment progress.
Description Description
Returns details of assignment progress.
Parameters Parameters
- $assignments
-
(Optional) An array of assignment
WP_Post
objects.Default value: null
Return Return
(array) An Associative array of assignment statistics with keys total, complete.
Source Source
File: themes/ld30/includes/helpers.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |