Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Yorlinq/a923132c2b62906e4f9933f92312b4fc to your computer and use it in GitHub Desktop.
Save Yorlinq/a923132c2b62906e4f9933f92312b4fc to your computer and use it in GitHub Desktop.
Remove 'Version information' from source code - WordPress
// Remove 'Version information' from source code
remove_action( 'wp_head', 'wp_generator' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment