Browse: Home / Functions /

learndash_get_assignment_progress

learndash_get_assignment_progress( array $assignments = null )

Gets the assignment progress.


Description #

Returns details of assignment progress.


Parameters #

$assignments

(array) (Optional) An array of assignment WP_Post objects.

Default value: null


Return #

(array) An Associative array of assignment statistics with keys total, complete.


Source #

File: themes/ld30/includes/helpers.php


Changelog #

Changelog
Version Description
3.0.0 Introduced.