I have a widget that works with my theme that expects images named in a certain way, slide1.png, slide2.png, etc...
However, when the user uploads their own images, named slide1.png, slide2.png, etc to the media library, rather than updating the images with the new ones, WordPress changes the names of the replacement images to slide11.png, slide22.png, etc
Can I set a filter in theme options that tells WP to overwrite existing images without changing the filenames?
