Skip to content

Instantly share code, notes, and snippets.

@shizhua
Last active September 29, 2016 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shizhua/61cb263f2fe66efc6a51e978020310c6 to your computer and use it in GitHub Desktop.
Save shizhua/61cb263f2fe66efc6a51e978020310c6 to your computer and use it in GitHub Desktop.
Clean Up wp_head
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