Skip to content

Instantly share code, notes, and snippets.

@chrisdavidmiles
Created June 13, 2017 20:49
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 chrisdavidmiles/9ce1d0dfc9e1f72c80676b4c76fe8062 to your computer and use it in GitHub Desktop.
Save chrisdavidmiles/9ce1d0dfc9e1f72c80676b4c76fe8062 to your computer and use it in GitHub Desktop.
Remove WordPress version number from both header and RSS feeds.
function chrisdavidmiles_remove_version() {return '';}
add_filter('the_generator', 'chrisdavidmiles_remove_version');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment