Skip to content

Instantly share code, notes, and snippets.

@trepmal
Created March 8, 2014 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save trepmal/9426927 to your computer and use it in GitHub Desktop.
Save trepmal/9426927 to your computer and use it in GitHub Desktop.
<?php
add_action('init', 'remove_feed_from_rewrite');
function remove_feed_from_rewrite() {
global $wp_rewrite;
$wp_rewrite->feeds = array( 'rdf', 'rss', 'rss2', 'atom' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment