KLoning Spoon

When WordPress version which is used in your blog is known, hacker can find proper exploit for exact version of WordPRess.

To remove WordPress version you should do two things:

  • check if it’s not hardcoded in header.php or index.php of your current theme(search for )
  • add few lines of code to functions.php in your current theme:
    function no_generator() { return ''; }  
    add_filter( 'the_generator', 'no_generator' );
  1. kloningspoon posted this
Blog comments powered by Disqus