Skip to content

Instantly share code, notes, and snippets.

@WordBits
Created August 26, 2018 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WordBits/9b017f80fc4f55db3b6c5095fd886b38 to your computer and use it in GitHub Desktop.
Save WordBits/9b017f80fc4f55db3b6c5095fd886b38 to your computer and use it in GitHub Desktop.
Removes the Generator meta tag that shows the WordPress version.
<?php
// Download this snippet as a plugin and more at: https://wordbits.io/snippet/hide-generator-meta-tag/
// Created by: Topher DeRosia
?>
<?php
remove_action('wp_head', 'wp_generator');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment