Skip to content

Instantly share code, notes, and snippets.

@johnbocook
Created September 28, 2013 05:25
Show Gist options
  • Save johnbocook/6738666 to your computer and use it in GitHub Desktop.
Save johnbocook/6738666 to your computer and use it in GitHub Desktop.
Removes wordpress generators meta.
<?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