WordPress 5.3 custom upload path
-
Since updating to WordPress 5.3 the custom upload path is no longer respected. Previously, I set both the
Store uploads in this folderandFull URL path to files(in the media settings) values tomediaandmedia.domain.comrespectively. This sent uploads into amediafolder and served them from that custom domain.I’m seeing broken images in both the admin and on the frontend because WP is overriding that path with it’s own default value:
https://domain.com/uploads/image.jpg. I’ve confirmed uploads are going into themediafolder so it looks like it’s the path variable that isn’t respected here. Additionally, deleting images doesn’t seem to remove them from my custom uploads folder as it did before.In addition, I’ve disabled the
big_image_size_thresholdfilter so that WP doesn’t natively process my images. That didn’t fix things.Is there something else I need to do here? Is this functionality no longer possible? Any advice would be much appreciated.
The topic ‘WordPress 5.3 custom upload path’ is closed to new replies.