Toolset Plugin: Update file ID to file URL for meta data saved via Front-end Posting
Updating the file ID to point to the file URL for WordPress meta data when saving a post via Front-end Posting.
The below code is useful for File
fields made within Toolset plugin. Since Super Forms Front-end Posting stores only the file ID, and Toolset requires the file URL, we must retrieve the file URL and override the meta value in order for Toolset to display the file.
PreviousToolset Plugin: Update comma separated string to Array for meta data saved via Front-end PostingNextDelete uploaded files after email has been send
Last updated