Easy function to get file url of an user?
-
Hi,
I need to get download URL of files that user has uploaded in register or edit profile forms. I need to show the link in a column inside edit.php of custom post type in wp-admin.
Is there any easy function to get those URLs?
I saw I can useUM()->files()->get_download_link()
, but there is a problem: I need to pass form ID as first parameter, but as the functionality of my site, I don’t know which form the user has uploaded the file (It can be when he registers or when he updates his profile).
Can you help me?
- The topic ‘Easy function to get file url of an user?’ is closed to new replies.