Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created May 29, 2015 19:57
Show Gist options
  • Save tomharrigan/a572a36f9182db7ed4e1 to your computer and use it in GitHub Desktop.
Save tomharrigan/a572a36f9182db7ed4e1 to your computer and use it in GitHub Desktop.
add_action('rss2_ns', 'wp_rss_img_adding_yahoo_media_tag');
function wp_rss_img_adding_yahoo_media_tag(){
echo 'xmlns:media="http://search.yahoo.com/mrss/"';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment