Skip to content

Instantly share code, notes, and snippets.

@FesoVel
Created January 10, 2019 18:09
Show Gist options
  • Save FesoVel/8f3559162f05fdc1705dc6a86c0b8bf6 to your computer and use it in GitHub Desktop.
Save FesoVel/8f3559162f05fdc1705dc6a86c0b8bf6 to your computer and use it in GitHub Desktop.
WordPress - Remove Version Number
function remove_wp_version() {
return '';
}
add_filter('the_generator', 'remove_wp_version');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment