mansj / enable-media-replace

***DEVELOPMENT DISCONTINUED*** Enable Media Replace, a WordPress plugin to make it possible to replace uploaded media files in a simple way.
GNU General Public License v2.0
28 stars 27 forks source link

Allow the unique filename to be filterable #28

Closed aaemnnosttv closed 7 years ago

aaemnnosttv commented 7 years ago

Hi there!

This little PR solves a problem for us (@deliciousbrains) where the generated filename is not unique if the media files do not exist on the local server as is possible with WP Offload S3. We perform similar checks in a few other cases with WordPress core and this would allow us to make sure the generated filename is unique on S3 as well.

aaemnnosttv commented 7 years ago

Thank you!