Skip to content

Instantly share code, notes, and snippets.

@chihirokaasan
Last active February 5, 2016 04:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chihirokaasan/7d71ed8916217afc4eaf to your computer and use it in GitHub Desktop.
Save chihirokaasan/7d71ed8916217afc4eaf to your computer and use it in GitHub Desktop.
function per_user_upload_dir( $original ){
// use the original array for initial setup
$modified = $original;
return $modified;
}
add_filter( 'upload_dir', 'per_user_upload_dir');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment