Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created November 7, 2013 15:35
Show Gist options
  • Save dejanmarkovic/7356612 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/7356612 to your computer and use it in GitHub Desktop.
Get upload dir location variable
$upload_dir = wp_upload_dir();
$upluad_url = $upload_dir['baseurl'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment