Skip to content

Instantly share code, notes, and snippets.

@misterebs
Created November 18, 2017 09:26
Show Gist options
  • Save misterebs/5fc50c980e4dcddf77058286270eaa51 to your computer and use it in GitHub Desktop.
Save misterebs/5fc50c980e4dcddf77058286270eaa51 to your computer and use it in GitHub Desktop.
//Remove Unused Meta Tag Header
remove_action ('wp_head', 'wp_generator');
remove_action ('wp_head', 'wlwmanifest_link');
remove_action ('wp_head', 'rsd_link');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment