Browse: Home / Hooks /

learndash_quiz_essay_get_download_url

apply_filters( 'learndash_quiz_essay_get_download_url',  string $download_url,  int $post_id,  string $file_name )

Filters the returned essay download URL.


Description #


Parameters #

$download_url

(string) The URL to download the essay file.

$post_id

(int) Essay Post ID.

$file_name

(string) Essay file name.


Return #

(string) The URL to download the essay file.


Source #

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


Changelog #

Changelog
Version Description
4.19.0 Introduced.