Created
December 3, 2015 13:25
-
-
Save jimmy89Li/f2663e5fa10132c3e55a to your computer and use it in GitHub Desktop.
Remove 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 | |
// Remove WordPress version | |
remove_action('wp_head', 'wp_generator'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment