Horje

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');



Single Articles
Remove the WordPress Version Info for SecurityWordpress Security Shortcode


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

Type:
Php
Category:
Web Tutorial
Sub Category:
Wordpress Security Shortcode
Uploaded by:
Admin



Share on: