Browse: Home / Functions /

learndash_get_essay_details

learndash_get_essay_details( int|null $post_id = null )

Gets the essay details.


Description #

Returns details about essay such as points details and status.


Parameters #

$post_id

(int|null) (Optional) Post ID of the essay.

Default value: null


Return #

(array|false) An array of essay details.


Source #

File: themes/ld30/includes/helpers.php


Changelog #

Changelog
Version Description
3.0.0 Introduced.