Code Snippet

Home » Code Snippets » WordPress » Remove WP Generator Meta Tag

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

Subscribe to The Thread

  1. this so doesn’t work.

  2. 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

  3. Thank you Chris it work fine for me

  4. 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.

  5. Thank you Chris it work fine for me, nice tips :)

  6. Very nice works perfectly!
    Thanks for sharing.

  7. 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.

  8. 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

Speak, my friend

At this moment, you have an awesome opportunity* to be the person your mother always wanted you to be: kind, helpful, and smart. Do that, and we'll give you a big ol' gold star for the day (literally).

Posting tips:
  • You can use basic HTML
  • When posting code, please turn all
    < characters into &lt;
  • If the code is multi-line, use
    <pre><code></code></pre>
Thank you,
~ The Management ~