Horje
How to Remove the WordPress Version Info for Security

Remove the WordPress Version Info for Security

Just copy and past following codes to yourdomain.com/wp-content/themes/activated-theme/fucntions.php in the most below.
Example: PHP
// Remove version info from head and feeds
function complete_version_removal() {
    return '';
}
add_filter('the_generator', 'complete_version_removal');





Related Articles
How to Remove the WordPress Version Info for Security Wordpress Security Shortcode
How to Add Spam and Delete Links to Comments on Front End Wordpress Security Shortcode
How to Remove pings to your own blog Wordpress Security Shortcode
How to Enable GZIP output compression Wordpress Security Shortcode

Single Articles
Remove the WordPress Version Info for SecurityWordpress Security Shortcode

Read Full:
Wordpress Security Shortcode
Category:
Web Tutorial
Sub Category:
Wordpress Security Shortcode
Uploaded by:
Admin
Views:
84
Tested on:
WordPress 3.0.1