learndash_get_essay_details learndash_get_essay_details( int|null $post_id = null ) Gets the essay details. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses 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. Related # Namespace # global @package # LearnDash / Templates / LD30 Uses # Uses Uses Description includes/ld-misc-functions.php: learndash_format_course_points () Formats course points to the specified decimal value. includes/quiz/ld-quiz-essays.php: learndash_get_submitted_essay_data () Gets the essay data for this particular submission includes/lib/wp-pro-quiz/lib/model/WpProQuiz_Model_QuestionMapper.php: WpProQuiz_Model_QuestionMapper::__construct () Constructor.
Uses # Uses Uses Description includes/ld-misc-functions.php: learndash_format_course_points () Formats course points to the specified decimal value. includes/quiz/ld-quiz-essays.php: learndash_get_submitted_essay_data () Gets the essay data for this particular submission includes/lib/wp-pro-quiz/lib/model/WpProQuiz_Model_QuestionMapper.php: WpProQuiz_Model_QuestionMapper::__construct () Constructor.