Title: Code amends
Last modified: July 7, 2017

---

# Code amends

 *  [Justin Norton](https://wordpress.org/support/users/designerbydesign/)
 * (@designerbydesign)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/code-amends/)
 * Hello,
 * Just trying out the plugin and it looks good.
 * I have spotted an issue with the code whereby the default location is wrong –
   at least on my setup.
 * Replace:
 *  // prefix with default location
    $default_upload_path = str_replace( ABSPATH,‘/’,
   WP_CONTENT_DIR );
 * With:
 *  // prefix with default location
    $upload_dir = wp_upload_dir(); $default_upload_path
   = str_replace( ABSPATH, ‘/’, $upload_dir[‘basedir’] );
 * Cheers 🙂
    -  This topic was modified 8 years, 9 months ago by [Justin Norton](https://wordpress.org/support/users/designerbydesign/).

Viewing 1 replies (of 1 total)

 *  [PoPa](https://wordpress.org/support/users/pipi999/)
 * (@pipi999)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/code-amends/#post-9545195)
 * Hi
 * He is right, but there is a bigger issue 🙂
 * I made some changes and improvements:
    – Translation support – Paths relative
   to wp upload directory instead of root ([https://codex.wordpress.org/Function_Reference/wp_get_attachment_metadata](https://codex.wordpress.org/Function_Reference/wp_get_attachment_metadata)-
   > return values -> file) – Fix drop-down list for relocating files (Edit attachment-
   > Folder)
 * Here is the updated code: [https://mega.nz/#!r0RyBYoC!mxifkhYc09J7bt5L1wLCilDHrBm4MF5XZ1e7q_Ye5pU](https://mega.nz/#!r0RyBYoC!mxifkhYc09J7bt5L1wLCilDHrBm4MF5XZ1e7q_Ye5pU)
 * If I can be of assistance, please do not hesitate to contact me.
 * All the best

Viewing 1 replies (of 1 total)

The topic ‘Code amends’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/relocate-upload.svg)
 * [Relocate Upload](https://wordpress.org/plugins/relocate-upload/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/relocate-upload/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/relocate-upload/)
 * [Active Topics](https://wordpress.org/support/plugin/relocate-upload/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/relocate-upload/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/relocate-upload/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [PoPa](https://wordpress.org/support/users/pipi999/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/code-amends/#post-9545195)
 * Status: not resolved