Created
August 26, 2018 14:32
-
-
Save WordBits/9b017f80fc4f55db3b6c5095fd886b38 to your computer and use it in GitHub Desktop.
Removes the Generator meta tag that shows the WordPress version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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