Skip to content

Instantly share code, notes, and snippets.

@theodorocaliari
Last active August 29, 2015 14:02
Show Gist options
  • Save theodorocaliari/e21306f68806f36056aa to your computer and use it in GitHub Desktop.
Save theodorocaliari/e21306f68806f36056aa to your computer and use it in GitHub Desktop.

Remove WordPress generator meta tag

<?php
/* Remove WordPress generator meta tag */
remove_action('wp_head', 'wp_generator');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment