we use a custom sub-domain for setting the CDN url for wp media images.
for this we have setup “upload_url_path” in wp_options to a custom url.
Now the issue is that theme is also using this and generating a dynamic css file and using url from this variable to serve this css file.
can we get a fix for this so theme does not try to use the url from “upload_url_path” for the dynamic css.