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. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By 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. Related # Namespace # global @package # LearnDash / Essay Uses # Uses Uses Description includes/quiz/ld-quiz-essays.php: learndash_quiz_essay_get_download_url Filters the returned essay download URL. src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string. Used By # Used By Used By Description includes/admin/classes-posts-listings/class-learndash-admin-essays-listing.php: Learndash_Admin_Essays_Listing::add_inline_actions () Adds inline actions to Essay on post listing hover in the admin. includes/admin/classes-posts-listings/class-learndash-admin-essays-listing.php: Learndash_Admin_Essays_Listing::load_modal_content () Ajax handler for a view modal content. includes/admin/classes-posts-edits/class-learndash-admin-essay-edit.php: Learndash_Admin_Essay_Edit::essay_upload_meta_box () Prints the essay upload metabox content. includes/quiz/ld-quiz-essays.php: learndash_essay_permissions () Manages the permissions for the essay post type.
Uses # Uses Uses Description includes/quiz/ld-quiz-essays.php: learndash_quiz_essay_get_download_url Filters the returned essay download URL. src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string.
Used By # Used By Used By Description includes/admin/classes-posts-listings/class-learndash-admin-essays-listing.php: Learndash_Admin_Essays_Listing::add_inline_actions () Adds inline actions to Essay on post listing hover in the admin. includes/admin/classes-posts-listings/class-learndash-admin-essays-listing.php: Learndash_Admin_Essays_Listing::load_modal_content () Ajax handler for a view modal content. includes/admin/classes-posts-edits/class-learndash-admin-essay-edit.php: Learndash_Admin_Essay_Edit::essay_upload_meta_box () Prints the essay upload metabox content. includes/quiz/ld-quiz-essays.php: learndash_essay_permissions () Manages the permissions for the essay post type.