Skip to content

Instantly share code, notes, and snippets.

@brianleejackson
Last active March 14, 2018 02:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brianleejackson/1db569bf06d7fde47c49686162435383 to your computer and use it in GitHub Desktop.
Save brianleejackson/1db569bf06d7fde47c49686162435383 to your computer and use it in GitHub Desktop.
gp-yoast-seo-cdn
function wpseo_cdn_filter( $uri ) {
return str_replace( 'https://domain.com', 'https://cdn.domain.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