Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created December 8, 2014 21:50
Show Gist options
  • Save bhubbard/7c2f15a810febdae2153 to your computer and use it in GitHub Desktop.
Save bhubbard/7c2f15a810febdae2153 to your computer and use it in GitHub Desktop.
function wpseo_cdn_filter( $uri ) {
return str_replace( 'http://www.example.com', 'http://cdn.example.com', $uri );
}
add_filter( 'wpseo_xml_sitemap_img_src', 'wpseo_cdn_filter' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment