Gecko Gully
Get Your Business Sorted
  • Home
  • About
  • Services
    • AI and Automation Consulting
    • Online Estimate Tool
    • Business Consulting (-> Oxygen8)
    • WordPress Website Creation
      • Website Pricing and Plans
      • Portfolio
    • Content Marketing, SEO & AEO
    • Video Creation & Video SEO Services
  • Tools
  • Blog
  • Contact
  • Facebook Facebook
  • YouTube YouTube
  • LinkedIn LinkedIn

WordPress Security Tips: Check if full WP version info is revealed in page’s meta data

wordpress security tipsYou should be proud that your site is powered by WordPress and there’s no need to hide that information. However disclosing the full WP version info in the default location (page header meta) is not wise. People with bad intentions can easily use Google to find site’s that use a specific version of WordPress and target them with 0-day exploits.

Place the following code in your theme’s functions.php file in order to remove the header meta version info:

function remove_version() {

  return '';

}

add_filter('the_generator', 'remove_version');

If you are concerned about WordPress security on your site, we encourage you to follow the full set of tips on our WordPress Security page. And get in touch if you need help with protecting your site from hackers.

«Previous Post
WordPress Security Tips: Check if themes are up to date
»Next Post
WordPress Security Tips: Check if WordPress readme.html file is accessible via HTTP on the default location
WordPress Security Tips: Check if full WP version info is revealed in page’s meta data
April 21, 2015 WordPress Hack Prevention Checklist,WordPress Security
Less than 1 minute Minutes

Table of Contents


  • Facebook Facebook
  • YouTube YouTube
  • LinkedIn LinkedIn
  • Home
  • Blog
  • Contact Us
  • Privacy Policy
  • Terms of Use

Website by Gecko Gully (That’s us!)