Browse: Home / Hooks /

learndash_assignment_get_download_url

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

Filters the returned assignment download URL.


Description #


Parameters #

$download_url

(string) The URL to download the assignment file.

$post_id

(int) Assignment Post ID.

$file_name

(string) Assignment file name.


Return #

(string) The URL to download the essay file.


Source #

File: includes/ld-assignment-uploads.php


Changelog #

Changelog
Version Description
4.19.0 Introduced.