Skip to content

Instantly share code, notes, and snippets.

@spencejs
Created March 22, 2013 05:46
Show Gist options
  • Save spencejs/5219229 to your computer and use it in GitHub Desktop.
Save spencejs/5219229 to your computer and use it in GitHub Desktop.
Remove Meta Generator Tag From Wordpress
//Remove Meta Generator 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