Skip to content

Instantly share code, notes, and snippets.

@Willem-Siebe
Last active August 29, 2015 14:07
Show Gist options
  • Save Willem-Siebe/ff6fb2a82e2ed3e788e4 to your computer and use it in GitHub Desktop.
Save Willem-Siebe/ff6fb2a82e2ed3e788e4 to your computer and use it in GitHub Desktop.
Change upload location media folder WordPress
/** Change upload location media folder WordPress, see https://gist.github.com/ff6fb2a82e2ed3e788e4.git. */
define( 'UPLOADS', ''.'media' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment