Remove WP Generator Meta Tag
It can be considered a security risk to make your wordpress version visible and public you should hide it.
Put in functions.php file in your theme:
remove_action('wp_head', 'wp_generator');
It can be considered a security risk to make your wordpress version visible and public you should hide it.
remove_action('wp_head', 'wp_generator');
this so doesn’t work.
It’s currently working on this very site.
It works fine for me. Thanks Chris.
Btw, for those who are obsessed with high level of security, this plugin could be of some help.
Secure WordPress
Thank you Chris it work fine for me
Wow, this works like a charm. It has been removed on all pages.
I did not think that removing page generator is just so easy like this.
Thanks for sharing.
Thank you Chris it work fine for me, nice tips :)
Very nice works perfectly!
Thanks for sharing.
And that snippet of code still works like a champ, today.
One thing I remember from a few years ago when trying to remove the WP version generator was the specific theme I was using (apologies for not remembering which one it was) actually had some WP Version generator code in the <head> section of the theme’s header.php files. So, not only was I getting two WP version lines in the output code, this type of version “de-generator” only removed one of them. About pulled my hair out trying to solve the challenge! Finally did, however.
Hi Chris, I’m the one that tweeted you :)
Thanks for the code, I was trying to edit the wp_head(); function !! :D
Thanks again
Connor
Thank you so much for sharing my friend this works perfectly
Thanks, it works for me after many and many issues ;)
Ok. Why is this so important? All they need to do is type in wp-admin after the url to know its a WP site or administrator and viola it’s Joomla!
Excellent, it’s working for me !
Doesnt work for WP 3.5 though..
Yes, it works with WP 3.5.1, at least with the Twentyeleven theme.
Thanks Chris!!
Is there any alternative?
Yes, it is working, Thank you Chris.