learndash_upload_assignment_init( int $post_id, int $fname )
Handles assignment uploads.
Description #
Takes post ID, filename as arguments(We don’t want to store BLOB data there).
How is this different from learndash_assignment_process_init() ?
Parameters #
- $post_id
-
(int) (Required) Post ID.
- $fname
-
(int) (Required) Assignment file name.
Source #
Changelog #
Version | Description |
---|---|
2.1.0 | Introduced. |