Skip to content

Instantly share code, notes, and snippets.

@wpgaurav
Created September 21, 2022 03:22
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 wpgaurav/564ceb1f2c6548d0cbbde816de97f0a9 to your computer and use it in GitHub Desktop.
Save wpgaurav/564ceb1f2c6548d0cbbde816de97f0a9 to your computer and use it in GitHub Desktop.
Hide from readers that you are using WordPress or WooCommerce or any other Custom Frameworks
<?php
function complete_version_removal(){return'';}
add_filter('the_generator','complete_version_removal');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment