Skip to content

Instantly share code, notes, and snippets.

@ajmorris
Created January 4, 2011 20:59
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 ajmorris/765401 to your computer and use it in GitHub Desktop.
Save ajmorris/765401 to your computer and use it in GitHub Desktop.
Add this snippet to your theme's functions.php file to remove the version of WordPress your site/blog is running
add_filter('the_generator', create_function('$wpv', "return null;"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment