Skip to content

Instantly share code, notes, and snippets.

@misterebs
Created November 18, 2017 09:31
Show Gist options
  • Save misterebs/9ac63742ca19797cb73cce578ae168d3 to your computer and use it in GitHub Desktop.
Save misterebs/9ac63742ca19797cb73cce578ae168d3 to your computer and use it in GitHub Desktop.
//Remove Unused RSS FEEDS
remove_action ('wp_head', 'feed_links', 2);
remove_action ('wp_head', 'feed_links_extra', 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment