Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created May 9, 2014 10:26
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 tjhole/41d632722dcb87adefa9 to your computer and use it in GitHub Desktop.
Save tjhole/41d632722dcb87adefa9 to your computer and use it in GitHub Desktop.
WORDPRESS: CDN Function
function my_cdn_upload_url() {
return 'http://static.mahtabhussain.com/content/uploads';
}
add_filter( 'pre_option_upload_url_path', 'my_cdn_upload_url' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment