=== Remove Version === Contributors: barry.ko Plugin Name: Remove Version Plugin URI: http://www.barryko.com/ Tags: version, remove, delete, hide, wordpress version, wordpress Author URI: http://www.barryko.com/ Author: Barry Ko Donate link: Requires at least: 3.0 Tested up to: 3.9 Stable tag: 1.0 Remove the WordPress version number from Meta, RSS, and Javascript & CSS parameters to increase security and thwart potential hacks. == Description == Remove the WordPress version number from Meta, RSS, and Javascript & CSS parameters to increase security and thwart potential hacks. == Installation == 1. Upload `remver.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to your homepage, CTRL+U to view source, and verify that the version number has been removed from Meta, as well as the parameters on your JS and CSS files == Frequently Asked Questions == = Why should I use this plugin when I can just put the code into my functions.php file? = You can do that - but when you update or change your theme, it will be removed (along with any other modifications done to the functions.php file). = So this plugin will persist on my WordPress installation no matter which theme is activated, or if a theme is updated? = Yes. == Screenshots == http://www.barryko.com/code/remove-wordpress-version/ == Plugin Support == [Remove WordPress Version Developer](http://www.barryko.com/ "Search and Media Technologist") == Changelog == = 1.0 = * Initial Release