Skip to content

Instantly share code, notes, and snippets.

@acarabott
Created June 13, 2011 11:47
Show Gist options
  • Save acarabott/1022656 to your computer and use it in GitHub Desktop.
Save acarabott/1022656 to your computer and use it in GitHub Desktop.
Removing non-validating links from Wordpress header
remove_action( 'wp_head', 'rsd_link' ); // Display the link to the Really Simple Discovery service endpoint, EditURI link
remove_action( 'wp_head', 'index_rel_link' ); // index link
(from http://wpengineer.com/1438/wordpress-header/ )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment