make work with custom media folder (NOT wp-contents/uploads)
-
Hi Guys, My media doesn’t sit in the default folder. From my custom theme function file ‘upload_path’ can be picked by user.
As soon as MLP is activated it gives a error that folder destination is incorrect because the check does not OK anything outside wp-contents/uploads.
Do you have a way to make this work?
Thankscustom folder code:
if(get_option('upload_path')=='wp-content/uploads' || get_option('upload_path')==null) { update_option('upload_path',WP_CONTENT_DIR.'/uploads'); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘make work with custom media folder (NOT wp-contents/uploads)’ is closed to new replies.