learndash_upload_assignment_init( int $post_id, int $fname )

Handles assignment uploads.


Description Description

Takes post ID, filename as arguments(We don’t want to store BLOB data there).


Parameters Parameters

$post_id

(Required) Post ID.

$fname

(Required) Assignment file name.


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.