Browse: Home / Functions /

learndash_quiz_essay_get_download_url

learndash_quiz_essay_get_download_url( int $post_id )

Returns the URL to download the quiz essay file, if any.


Description #


Parameters #

$post_id

(int) (Required) Essay ID.


Return #

(string) Empty string if no file, otherwise the URL to download the file.


Source #

File: includes/quiz/ld-quiz-essays.php


Changelog #

Changelog
Version Description
4.10.3 Introduced.