Tagged Questions
0
votes
0answers
54 views
How to add custom button to new media upload interface
I am developing a plugin and i want to add my own button to the wordpress media upload interface (WP version 3.5). Right next to the standard 'insert into page' button, i want my button to be there, ...
0
votes
1answer
95 views
Change the look of the media uploader
I have been trying to find out for a while now if there is a way to totally change the look of the pop up media uploader.
How can I alter the content and the layout of that page? Which hooks should I ...
2
votes
1answer
103 views
How can I customize the upload error message in Wordpress?
After following the guide for How can I prevent uploading bmp image? to remove bmp (and in my case tiff images) from being uploaded, I tested and it is working, but noticed users are now getting the ...
1
vote
1answer
899 views
Hook to get image filename when it is uploaded
I want to get the full local filename of an uploaded image so that I can copy it to a new directory and process it with my own image processing scripts. Which hooks/actions should I look into to ...
0
votes
1answer
69 views
File names are being overridden when uploading new media
I want to hook into the media upload function and prefix file names with a timestamp. We're uploading a lot of stuff within a month, so we can't rely on the directory structure, and we're also dealing ...
0
votes
1answer
259 views
How to set Media Box form elements default value?
I am developing a plugin to customize wordpress administration.
Creating / Editing an article, when i user insert an image from media library or uploading it, i want to clear the image title, as ...