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


Top ↑

Return Return

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


Top ↑

Source Source

File: themes/ld30/includes/helpers.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.