Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Custom File Upload field creates attachment

Compare
Choose a tag to compare
@kurtrwall kurtrwall released this 23 Jun 19:34
· 13 commits to master since this release

When uploading a file through the custom file upload field, the file's data would be stored exclusively in the meta-data which isn't optimal. This creates an attachment for each file uploaded, conforming to the WP workflow.