learndash_fileupload_process( array $uploadfiles, int $post_id )

Handles file upload process.


Description Description


Parameters Parameters

$uploadfiles

(Required) An array of uploaded files data.

$post_id

(Required) The assignment ID.


Top ↑

Return Return

(array) Returns file data after upload such as file name and file URL.


Top ↑

Source Source

File: includes/ld-assignment-uploads.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.