If we enable CDN support the files are uploaded to wp-content/uploads directory to reflect
wordpress directories structure. Is there any option to change this default path?
I would like to have files directly in the root dir on CDN server.
Files from wordpress upload directory should be uploaded to the:
[CDN_SERVER]/*
and they should be accessible by URL, for instance:
[CDN_URL]/2013/12/filename
I have found how to change the default behavior, but it was
needed to modify plugin's file and replace "wp-content/uploads" fragment
everywhere.
The question is, is it possible to configure paths as I described above without
modifying core files?