Skip to content

Instantly share code, notes, and snippets.

@vool
Created July 24, 2012 23:11
Show Gist options
  • Save vool/3173291 to your computer and use it in GitHub Desktop.
Save vool/3173291 to your computer and use it in GitHub Desktop.
//Strip out the generator meta
function remove_generator() {
return '';
}
add_filter('the_generator', 'remove_generator');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment