Skip to content

Instantly share code, notes, and snippets.

@misterebs
Created November 18, 2017 09:22
Show Gist options
  • Save misterebs/220978569d4055b4140d0872b634dff9 to your computer and use it in GitHub Desktop.
Save misterebs/220978569d4055b4140d0872b634dff9 to your computer and use it in GitHub Desktop.
//Hiding WP Version
function so_remove_version() {
return '';
}
add_filter('the_generator', 'so_remove_version');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment