Skip to content

Instantly share code, notes, and snippets.

@stebrech
Created September 3, 2014 11:37
Show Gist options
  • Save stebrech/f35b8a301c87b515c51d to your computer and use it in GitHub Desktop.
Save stebrech/f35b8a301c87b515c51d to your computer and use it in GitHub Desktop.
<?php
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