Tagged Questions
0
votes
1answer
286 views
Custom Text in Media Uploader in a Theme Options Page
I want to replace the media uploader thickbox text only if it's used in the theme options page. If it is used in the Post then I don't want to make any changes.
I am trying the following code, but ...
0
votes
1answer
583 views
send information from the thickbox image uploader second tab
in this question i've found how to create a custom tab at the image uploader.
this is the code:
add_filter('media_upload_tabs', 'my_media_upload_tabs_filter');
function ...