Skip to content

Instantly share code, notes, and snippets.

@brandonhimpfen
Created September 2, 2013 11:58
Show Gist options
  • Save brandonhimpfen/6412112 to your computer and use it in GitHub Desktop.
Save brandonhimpfen/6412112 to your computer and use it in GitHub Desktop.
WordPress: "Remove WordPress Meta Generator" - Add the following to your theme’s functions.php file to remove WordPress’s generator meta tag.
// Remove WordPress Meta Generator
remove_action('wp_head', 'wp_generator');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment