learndash_get_essay_details( int|null $post_id = null )
Gets the essay details.
Description Description
Returns details about essay such as points details and status.
Parameters Parameters
- $post_id
-
(Optional) Post ID of the essay.
Default value: null
Return Return
(array|false) An array of essay details.
Source Source
File: themes/ld30/includes/helpers.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |