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





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