Skip to content

Instantly share code, notes, and snippets.

@jarnesjo
Created February 13, 2014 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jarnesjo/8974899 to your computer and use it in GitHub Desktop.
Save jarnesjo/8974899 to your computer and use it in GitHub Desktop.
Clean up WordPress header
remove_action( 'wp_head', 'rsd_link' );
remove_action( 'wp_head', 'wlwmanifest_link' );
remove_action( 'wp_head', 'wp_generator' );
remove_action( 'wp_head', 'start_post_rel_link' );
remove_action( 'wp_head', 'index_rel_link' );
remove_action( 'wp_head', 'adjacent_posts_rel_link' );
remove_action( 'wp_head', 'wp_shortlink_wp_head' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment