Program function to upload a pdf file to wordpress and upload to S3
-
Greetings dear I have a php function in wordpress that copies a pdf file that is previously uploaded, renames it and uploads it again, but this file is not uploaded to S3
I am looking in the documentation to see if there is any hook to help me with this but I have not been successful
for the creation and upload of the file I am using the wordpress functions
wpinsertattachment ()
wpgenerateattachment_metadata ()
wpupdateattachment_metadata ()
I’ve tried using mediahandlesideload () but it doesn’t work for me and it still won’t upload.
can you help me, please?
- The topic ‘Program function to upload a pdf file to wordpress and upload to S3’ is closed to new replies.