Skip to content

Instantly share code, notes, and snippets.

@raewrites
Last active December 12, 2019 10:53
Show Gist options
  • Save raewrites/2527c5f053d844ef7e758ea7eaecdaf7 to your computer and use it in GitHub Desktop.
Save raewrites/2527c5f053d844ef7e758ea7eaecdaf7 to your computer and use it in GitHub Desktop.
Remove WordPress Version
function remove_version() {
return '';
}
add_filter('the_generator', 'remove_version');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment