| 0 Comments | Discuss it here |
Posted on Tuesday, September 29, 2009 by admin in the Wordpress category.
By default WordPress adds the script version to the header of your Wordpress blog. This information might be a lot helpful for a hacker who are trying to take down or take over your blog since you are using an older version of WordPress which is not as secure as the latest version. Do not worry! We have a solution for you. Simply add this line of code in functions.php file which is located in your themes folder
<?php remove_action('wp_head', 'wp_generator'); ?>






