Title: really remove wp version
Last modified: August 19, 2016

---

# really remove wp version

 *  [sopadj1](https://wordpress.org/support/users/sopadj1/)
 * (@sopadj1)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/really-remove-wp-version/)
 * hi.
 * im italian new user!
 * i must remove my wp version on my blog! in source code of pages, in the dashboard
   of each registered users, and everywhere! i have just tried some way/plugin, 
   and i would to know if exist a way/plugin that do this very well!
 * help! thanks!
 * i’ m using the last version of wp!
 * exuseme for my bad english!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Moderator [Jan Dembowski](https://wordpress.org/support/users/jdembowski/)
 * (@jdembowski)
 * Forum Moderator and Brute Squad
 * [17 years, 7 months ago](https://wordpress.org/support/topic/really-remove-wp-version/#post-897594)
 * Gah, there is a plugin in [http://wordpress.org/extend/plugins/](http://wordpress.org/extend/plugins/)
   but I can’t find it… Google Fu is failing me…
 * This plugin [here works too](http://blog.taragana.com/index.php/archive/free-wordpress-plugin-to-remove-generator-meta-tag-version-information-from-wordpress-blogs/).
   It’s from Angsuman’s blog.
 * It link for the plugin is hrml formatted but it contains this code:
 *     ```
       <?php
       /*
       Plugin Name: WordPress Version Remover
       Plugin URI: http://www.taragana.com/products
       Description: Removes the WordPress header information from blog header.
       Version: 1.0
       Author: Angsuman Chakraborty
       Author URI: http://blog.taragana.com
       */
       add_action('init', 'removeWPVersionInfo');
       function removeWPVersionInfo() {
           remove_action('wp_head', 'wp_generator');
       }
       ?>
       ```
   
 * **Edit:** Also see [here](http://blogsecurity.net/wordpress/bs-wp-noversion/).
 *  [fedmich](https://wordpress.org/support/users/fedmich/)
 * (@fedmich)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/really-remove-wp-version/#post-897786)
 * no need to install as plugin…
    just put this in the header.php
 * remove_action(‘wp_head’, ‘wp_generator’);
 * before the <? wp_header();?>
 *  [Dgold](https://wordpress.org/support/users/dgold/)
 * (@dgold)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/really-remove-wp-version/#post-897787)
 * Another interesting article that tells you how to do it (the wp_head method).
   This also tells you how to remove 2 other unsightly lines that WP makes visible
   in your source code (Windows Live Writer and the RSD line of code),
 * [http://www.petercolesdc.com/wordpress-ugly-wphead-pretty-face/](http://www.petercolesdc.com/wordpress-ugly-wphead-pretty-face/)
 * However, unfortunately, even with this — there are still blatent references to
   the WP version that will appear in the Admin screens. 🙁
 * This is bad because it appears for clients, authors, people who don’t know how
   to Upgrade WordPress and yet there is a yellow warning message telling them they
   need to “Get WP 2.6.5”. That’s not cool. That’s private info that should be only
   for the Admin.
 * **How can we remove it or hide it from the WP-Admin screens — both the yellow
   warning line at the top, and in the WP-Admin footer?**
 *  [Michael Torbert](https://wordpress.org/support/users/hallsofmontezuma/)
 * (@hallsofmontezuma)
 * WordPress Virtuoso
 * [17 years, 6 months ago](https://wordpress.org/support/topic/really-remove-wp-version/#post-897788)
 * [http://wordpress.org/extend/plugins/wp-security-scan/](http://wordpress.org/extend/plugins/wp-security-scan/)
   
   Among other things, this plugin removes the version from non-admins, even if 
   you aren’t logged in.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘really remove wp version’ is closed to new replies.

 * 4 replies
 * 5 participants
 * Last reply from: [Michael Torbert](https://wordpress.org/support/users/hallsofmontezuma/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/really-remove-wp-version/#post-897788)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
