Skip to content

Instantly share code, notes, and snippets.

@gish
Created April 16, 2013 07:20
Show Gist options
  • Select an option

  • Save gish/5394033 to your computer and use it in GitHub Desktop.

Select an option

Save gish/5394033 to your computer and use it in GitHub Desktop.
Remove WP generator tag
<?php
if( !is_admin() )
{
remove_action( 'wp_head', 'wp_generator' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment