Skip to content

Instantly share code, notes, and snippets.

@doitlikejustin
Created August 1, 2013 23:59
Show Gist options
  • Save doitlikejustin/6136427 to your computer and use it in GitHub Desktop.
Save doitlikejustin/6136427 to your computer and use it in GitHub Desktop.
Remove Feeds in WordPress
remove_action( 'wp_head', 'feed_links', 2);
remove_action( 'wp_head', 'wlwmanifest_link');
remove_action( 'wp_head', 'wp_generator');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment